Cross-platform Rust rewrite of the GNU coreutils https://uutils.github.io/
Find a file
Roy Ivy III 667ed39ece fix uucore::fs for windows
- standardize the return value of `std::env::current_dir()` by using `canonicalize()`

.# [why]

`std::env::current_dir()` will, in some situations on windows hosts, return
"short"-type paths (eg, "C:\Progra~1\..."). Using `canonicalize()` transforms
the path in a standard long form but may also require removing a leading
"\\?\" prefix.
2020-11-08 19:56:55 -06:00
src/uucore fix uucore::fs for windows 2020-11-08 19:56:55 -06:00