path-slash icon indicating copy to clipboard operation
path-slash copied to clipboard

Tiny Rust library to convert a file path from/to slash path

Results 1 path-slash issues
Sort by recently updated
recently updated
newest added

On Windows, calling `path.to_slash()` on a verbatim path like: ``` \\?\C:\Users\andrew\foo ``` produces: ``` \\?\C:/Users/andrew/foo ``` when it should produce: ``` \\?/C:/Users/andrew/foo ```