Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-28246

QFileSystemEngine::isCaseSensitive() is hardcoded to return false on Windows and true on Unix

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 4.8.3, 5.0.0 Beta 2, 5.2.0 Beta1
    • Core: I/O

    Description

      It is possible to configure case sensitivity of a file system on Mac ( see http://lists.apple.com/archives/darwin-dev/2007/Apr/msg00036.html ), and it seems it is case-insensitive by default. Likewise, a mounted Samba-Drive is probably case-insensitive or a PC-NFS-mounted drive on a Windows system is probably case-sensitive.

      On UNIX, getattrlist can be used to find out about the case sensitivity,as the article suggest.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              Eddy Edward Welbourne
              kleint Friedemann Kleint
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes