Changeset 1114
- Timestamp:
 - Mar 4, 2013, 1:20:46 AM (13 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/corelib/io/qfsfileengine_iterator_os2.cpp
r1047 r1114 271 271 #else // !QT_OS2_USE_DOSFINDFIRST 272 272 } else { 273 // DosFindFirst is unaware of symlinks; help it 274 path = QFileInfo(path).canonicalFilePath().append(QLatin1String("/*")); 273 275 ULONG count = 1; 274 if (DosFindFirst(QFile::encodeName(path). append('*').constData(),276 if (DosFindFirst(QFile::encodeName(path).constData(), 275 277 &that->platform->hdir, 276 278 FILE_NORMAL | FILE_READONLY | FILE_HIDDEN |  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  