Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Hidden file and symlinks
Qt 6.11 is out! See what's new in the release blog

Hidden file and symlinks

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.3k Views 1 Watching
  • 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.
  • mrdebugM Offline
    mrdebugM Offline
    mrdebug
    wrote on last edited by
    #1

    Hi everybody. I use this
    "QStringList QSLFiles= QDPath.entryList(QDir::AllEntries | QDir::NoDotAndDotDot | QDir::Hidden);"
    for obtain the list of files in a directoty but I can't get the hidden files and symlinks (on Windows). What must I do to get all files?

    Need programmers to hire?
    www.labcsp.com
    www.denisgottardello.it
    GMT+1
    Skype: mrdebug

    1 Reply Last reply
    0
    • 3 Offline
      3 Offline
      3.141592
      wrote on last edited by
      #2

      Have you tried
      @QDir::System #0x200 List system files (on Unix, FIFOs, sockets and device files are included; on Windows, .lnk files are included)
      @
      A full list of Filter-enums can be found here:
      http://qt-project.org/doc/qt-4.8/qdir.html#Filter-enum

      hope this helps :)

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved