Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.11.2
-
Fix Version/s: 5.12.2, 5.13.0 Alpha 1
-
Component/s: Core: I/O
-
Labels:None
-
Platform/s:
-
Commits:524a37f99d3d3115a1b371fd289044d90349a824 (qt/qtbase/5.12)
Description
// Get a list of files and directories without symLinks QDir dir("/temp"); QFileInfoList infoList = dir.entryInfoList(QDir::Dirs | QDir::Files | QDir::Hidden | QDir::System | QDir::NoDotAndDotDot | QDir::NoSymLinks ); for (auto const& info : infoList) { if (info.isSymLink()) { continue; // This should not happen but it does } // Process files and directories that are not symlinks }
Attachments
For Gerrit Dashboard: QTBUG-72644 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
248754,3 | qfilesystemengine_win: Update LinkType whenever asked | 5.12 | qt/qtbase | Status: MERGED | -2 | 0 |