Function path_to_string

Source
pub fn path_to_string<T>(path: T) -> Box<str>
where T: AsRef<Path>,
Expand description

Converts a path to the ZIP format (forward-slash-delimited and normalized).