Function to_posix_path

Source
pub fn to_posix_path(path: impl AsRef<str>) -> String
Expand description

toPosixPath converts the given path to the posix form.

On Windows, \ will be replaced with /.