pub fn to_utf8_path(path: &Path) -> Result<&Utf8Path>
Convert a std path to a Utf8Path. We should be able to use Utf8Path::try_from(), but get compiler errors.
Utf8Path
Utf8Path::try_from()