I’m looking for a method to get corresponding local path for a given UNC path. Microsoft provides a small library CheckLCL for this purpose. This library is not supported on all Windows versions. Does anybody know any open source method for this?
There is also MAPI function ScLocalPathFromUNC, but am not sure if it works on all platforms.
After some googling and digging in MSDN i have the following solution: