-
Notifications
You must be signed in to change notification settings - Fork 32
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
Improve makeValid/isValid further (on windows) #92
Comments
I also noticed this, which I find confusing:
|
No, technically speaking that path has no drive, but... Is also invalid. I'm assuming it was supposed to be Not all Paths in Windows have a drive.
Indeed, It's in the so called Win32 “namespace". There are other namespaces like the device on Note that because these skip processing from the API layer that you the paths can't contain OS level concept like |
@Mistuke I just implemented the lexer that Neil was aiming at, which might make a lot of the internals easier and more robust. Please check out my comment here: #53 (comment) There's likely stuff missing or incorrect, but I think it's a good start. |
hasufell/abstract-filepath#10 (comment)
Also related: #56
The text was updated successfully, but these errors were encountered: