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

QDir::entryInfoList(QDir::AllEntries) does not list ".." or "."

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • Not Evaluated
    • None
    • 5.2.1
    • None
    • target platform :WinCE7.0

    Description

      the code:
      QDir cd;
      cd.setPath("xxx\xxx\xxx");
      QFileInfoList info_list<<cd.entryInfoList(QDir::AllEntries);

      the info_list contains all the folders and files but ".." and ".".

      Attachments

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

        Activity

          People

            thiago Thiago Macieira
            chenxiyu chenxiyu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes