But as I said before file doesn't exist at the moment of comparison, therefore QFile::exists will not work, I suppose.You can try a heuristic that takes an existing file name, changes its case and uses QFile::exists() to check if the filesystem treats the two names as the same file.
Bookmarks