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

Qt 4.3.1/Win: QDir doesn't handle directory names like D: correctly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • Some future release
    • 4.3.1
    • Core: I/O
    • None

    Description

      When setting up a QDir like the following:

      QDir("D:", "filename").entryList(QDir::Files, QDir::Name)

      If the current directory on drive D: is not '\', but some subdirectory, and "filename" exists in that subdirectory, the resulting list is empty, because QDir looks for "D:\filename" instead of "D:filename"

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            admin Administrator
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes