On my Windows platform, I have noticed that QFile::exists(name) returns true in case "name" is a directory name, but not a file.
So, it means this method verifies PATH existence, but not a file existence. This is not what is in manual.
Am I missing something here?