Does anyone know which windows-APIs are used by the explorer.exe to find the files of a directory?
In Windows XP it used FindFirstFileW() and FindNextFileW(), but on windows vista and 7 the explorer does not use them anymore...
Does anyone know which windows-APIs are used by the explorer.exe to find the files of a directory?
In Windows XP it used FindFirstFileW() and FindNextFileW(), but on windows vista and 7 the explorer does not use them anymore...
The newer Windows versions automatically sort the Files in a Folder when opening them. It is possible to restore the old behaviour.
A description how to do that is here