Given two file path strings with potentially different casing and slashes ('\'
vs '/'
), is there a quick way (that does not involve writing my own function) to normalize both paths to the same form, or at least to test them for equivalence?
I'm restricted to WinAPI and standard C++. All files are local.