Function path_to_string
pub fn path_to_string<T: AsRef<Path>>(path: T) -> Result<Box<str>, Error>
Converts a path to the ZIP format (forward-slash-delimited and normalized).
path_to_stringpub fn path_to_string<T: AsRef<Path>>(path: T) -> Result<Box<str>, Error>
Converts a path to the ZIP format (forward-slash-delimited and normalized).