caseinsensitivefsfileseeker.h
1 #ifndef id5DAEAB3C_C201_4B17_958E43B77B42E2FA
2 #define id5DAEAB3C_C201_4B17_958E43B77B42E2FA
3 
4 #include "pathfinder/basefileseeker.h"
5 
10 {
11  public:
12  QString findFileInSpecifiedDirectory(const QString& fileName, const QString& dirPath);
13 };
14 
15 #endif
For case-insensitive file systems (like NTFS).