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