-
Notifications
You must be signed in to change notification settings - Fork 90
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
mkdir
will fail on Windows if the filename contains a colon
#256
Comments
So like I mentioned in that issue I may take over maintainership of |
Sure. This is a very minor issue, no need to rush. If I can help somehow let me know. |
AFAIK a lot of these restrictions are only in the UI, and can be bypassed by using the raw APIs. |
When executing
mkdir "foo: bar
Filesystem.createDirectory
will fail:Now, this is an issue with
Filesystem
but since it is deprecated I don't think this will be fixed. I don't know what's the best course of action here.Related #254
The text was updated successfully, but these errors were encountered: