Hi,
Does anybody know: How to find out whether 2 different filenames (like "\\computer\share\dir\file.ext" and "C:\dir\file.ext" refer to the same file or not?
Am I overlooking an API like
BOOL fIsSameFile ( LPSTR lpFileName1, LPSTR lpFileName2 )
??
Thanks Marcel
Does anybody know: How to find out whether 2 different filenames (like "\\computer\share\dir\file.ext" and "C:\dir\file.ext" refer to the same file or not?
Am I overlooking an API like
BOOL fIsSameFile ( LPSTR lpFileName1, LPSTR lpFileName2 )
??
Thanks Marcel