rust/library/std/src/sys/windows/path
Chris Denton 3e2d606241
Automatically convert paths to verbatim
This allows using longer paths for filesystem operations without the user needing to `canonicalize` or manually prefix paths.

If the path is already verbatim than this has no effect.
2021-10-03 19:49:26 +01:00
..
tests.rs Automatically convert paths to verbatim 2021-10-03 19:49:26 +01:00