How do I get the MyDocuments folder of the currently-logged in standard user in a c# application running elevated with administrative privileges?
The code Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments)
returns the my documents folder of the administrator, but not the current user.
I'm testing on Windows 8, though an answer that works for all windows versions would be great