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).