I'm using some com objects and the path returned is ::{031E4825-7B94-4DC3-B131-E946B44C8DD5}\Documents.library-ms
.
Is there a C# function that can automatically resolve this to its normal path
C:\Users\my pc\Documents
?
System.IO.Path.GetFullPath
does not work.