Skip to content

Support detecting case sensitive directories on Windows 10 and newer #106

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

Open
ExE-Boss opened this issue Mar 25, 2025 · 0 comments
Open

Comments

@ExE-Boss
Copy link

Since Windows 10 1803, it’s possible for directories to have the system.wsl_case_sensitive NTFS Extended Attribute1.

7‑zip should automatically set the g_CaseSensitive flag when in a case sensitive directory on Windows, so that one doesn’t need to remember to use -ssc.

Footnotes

  1. Can be read using fsutil file queryCaseSensitiveInfo <path> and set using fsutil file setCaseSensitiveInfo <path> enable/disable

@ExE-Boss ExE-Boss changed the title Support detecting case sensitive directories on Windows 10 and newer Support detecting case sensitive directories on Windows 10 and newer Mar 25, 2025
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