Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Supporting NTFS case sensitive flag on Windows 10 Version 1803

    General Discussion
    1
    1
    1512
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Steve Leung
      Steve Leung last edited by

      Microsoft is going to release Windows 10 Version 1803 soon (aka Spring Creators Update, release preview for now), one of the changes allow NTFS to use case sensitive support flag so now Windows program can read file that using the same name but different case!

      Tested with notepad++ 7.5.6, it’s not compatible with this change yet, is it possible to support this feature? Thank you!

      ===
      https://docs.microsoft.com/en-us/windows/wsl/release-notes

      Command to enable case sensitive support:
      C:\Users\me\Downloads\test>fsutil file setCaseSensitiveInfo .\ enable
      Case sensitive attribute on directory C:\Users\me\Downloads\test\ is enabled.

      Command to get the current case sensitive support status:
      C:\Users\me>fsutil file queryCaseSensitiveInfo .
      Case sensitive attribute on directory C:\Users\me\ is disabled.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright © 2014 NodeBB Forums | Contributors