Hi guys,
Maybe I'm missing something here, but it appears there is no way to check the existence of a file that is a symbolic link (a shortcut in windows).
I am using windows. Suppose I have the full file name : "C:/test/a.lnk", and I want to check whether the file "a.lnk" exists or not (and not whether the file it is pointing to exists or not!).
How can I do this??
Both QFile::exists() and QFileInfo::exists() methods don't check for the existence of 'a.lnk', but for the existence of the pointed file (bad idea if you ask me).
Any insights?
Thanks!
Ofer
Bookmarks