Community
    • Login

    Supporting NTFS case sensitive flag on Windows 10 Version 1803

    Scheduled Pinned Locked Moved General Discussion
    1 Posts 1 Posters 1.7k Views
    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 LeungS
      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
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors