Index: src/libchengine/TLocalFilesystemFind.cpp =================================================================== diff -u -N -rfa1b3554856407e4501db20d5093818e8d8c4068 -r02380177cd7e3068b459e76a0bb26efdf6c937c3 --- src/libchengine/TLocalFilesystemFind.cpp (.../TLocalFilesystemFind.cpp) (revision fa1b3554856407e4501db20d5093818e8d8c4068) +++ src/libchengine/TLocalFilesystemFind.cpp (.../TLocalFilesystemFind.cpp) (revision 02380177cd7e3068b459e76a0bb26efdf6c937c3) @@ -61,7 +61,7 @@ { LOG_TRACE(m_spLog) << "Find first" << GetFindLogData(); - m_hFind = FindFirstFileEx(pathCurrent.ToString(), FindExInfoStandard, &wfd, FindExSearchNameMatch, nullptr, 0); + m_hFind = FindFirstFileEx(pathCurrent.ToString(), FindExInfoBasic, &wfd, FindExSearchNameMatch, nullptr, FIND_FIRST_EX_LARGE_FETCH); bContinue = (m_hFind != INVALID_HANDLE_VALUE); } if (bContinue)