How would I compare 2 strings to determine if they refer to the same path in Win32 using C/C++?
While this will handle a lot of cases it misses some things:
Open both files and use GetFinalPathNameByHandle() against the HANDLEs. Then compare the paths.
HANDLE