- What are the differences between them?
- Why does the library require two of them, instead of just calling
.to_lowercased() ?
- Looking at the code, I found that:-
- The *nix code and Windows code uses lowercased prefix, while OSX uses capitalized. According to my knowledge, Windows is not case-sensitive for the paths, and Linux is. Wouldn't it would make more sense for Linux to use the capitalized prefix, and Windows the lowercased?
(sorry for my english, I am not a native speaker)