-
Notifications
You must be signed in to change notification settings - Fork 1
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
prefix_lowercased and prefix_capitalized? #2
Comments
I looked at the different platforms and checked what they usually did for their application data. On Linux, most of the directories in Windows is only case-insensitive when opening a directory, not when creating it. During the creation, the actual capitalization of the directory name matters, it will be shown that way in the Windows Explorer. I didn't want to call |
Oops, I didn't notice that Windows is case-sensitive during directory creation. (derp) I see your point there. One thing to mention though, some of the directories in my In my opinion, how about let the users to do something like this, it is much more customizable in comparison to the old code. (For example, users of this lib can let Windows have lowercased prefixes, while giving Macs capitalized prefixes, tho I don't see the point in doing this >.> )
|
.to_lowercased()
?(sorry for my english, I am not a native speaker)
The text was updated successfully, but these errors were encountered: