pub fn bytes_to_path(bytes: &[u8]) -> Option<PathBuf>
Expand description

Interprets the given bytes as a path. Returns None if the given bytes do not constitute a a proper utf-8 string.