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

FileTree shouldn't generate reserved names on Windows #203

Open
peteruhnak opened this issue Aug 21, 2016 · 0 comments
Open

FileTree shouldn't generate reserved names on Windows #203

peteruhnak opened this issue Aug 21, 2016 · 0 comments

Comments

@peteruhnak
Copy link

Windows has a list of reserved file names and patterns https://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx#naming_conventions

more specifically this:

CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9

I ran into this issue, because I had methods aux and aux:, which would on linux generate aux.st and ux..st, but on windows no such files can be created.

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