I have an application that during installation access the My Documents path.
I am using Environment.GetFolderPath( Environment.SpecialFolder.MyDocuments)
+ restOfPath ) to get the path to the file in question. This works fine
most of the time. The only time it fails is when the My Documents is
recirected using group policy. In this case, the method continues to return
a local path instead of the correct network path.
Does anyone know a way around this issue?