Get a Special Folder in Vista

SIMIN

Regular
Joined
Mar 10, 2008
Messages
92
How do you people get this special folder?

D:\Users\My User Name\

I tried to get all special folders but was not able to get this one in Vista! :(
IS that possible or I cannot find it?
Thanks.
 
Ok. How did you try to get the folder?

Use Environment.GetFolderPath.


Something like:

System.Environment.GetFolderPath(Environment.SpecialFolder.Personal)
 
Back
Top