-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Add method to check if filesystem is case sensitive. #82957
Conversation
b38cdcb
to
59b883f
Compare
Tested on macOS and Windows 11, seems to work on both. For the reference: case-sensitive mode can be enabled for the directory using the following command:
|
Why the method isn't static? You need to open a path and then provide another path... |
That would make sense to me. WDYT @bruvzg? |
The same is true for most of I guess it depends if it's will be used as relative or absolute path more often (but it's probably won't be used a lot, so there's no difference). |
Thanks! |
Fixes #19592