Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle other special path prefixes on Windows #47

Open
parasyte opened this issue Jan 24, 2022 · 0 comments
Open

Handle other special path prefixes on Windows #47

parasyte opened this issue Jan 24, 2022 · 0 comments

Comments

@parasyte
Copy link
Contributor

This is follow-up for #32.

The Rust std library recently got better support for handling special Windows paths in rust-lang/rust#89174 (stabilized in 1.58.0).

While going through the PR, I noticed some other path prefixes that I was not aware of: https:/rust-lang/rust/pull/89174/files#diff-1d1bc84d05775ebd4b147542747b8e57edf520a54935771ce1d85f383596aa64R169-R174

And digging even further, I have seen some sources claim that way Windows handles paths is incredibly complex: https://googleprojectzero.blogspot.com/2016/02/the-definitive-guide-on-win32-to-nt.html (All I can really say is that the 36-year lineage of Windows did not do it any favors.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant