Is there an equivalent to Windows 10+ fsutil file queryCaseSensitiveInfo <dir>?
shaddybaddah opened this issue · 0 comments
shaddybaddah commented
As per the title, under Windows 10+, a user can run:
fsutil file queryCaseSensitiveInfo
`
And be returned something like this:
$ fsutil file queryCaseSensitiveInfo NativeCreated
Case sensitive attribute on directory N:\CaseSensitiveFromFsUtil\NativeCreated is enabled.
Is there anyway to retrieve this attributes's value via NTFS-3G? They don't appear to be mapped onto xattr at least.