[ACCEPTED]-Location of My Pictures-windows-xp
Accepted answer
The following will return a full-path to 3 the location of the users picture folder 2 (Username\My Documents\My Pictures on XP, Username\Pictures 1 on Vista)
Environment.GetFolderPath(Environment.SpecialFolder.MyPictures);
Environment.GetFolderPath(Environment.SpecialFolder.MyPictures);
0
Using Microsoft.VisualBasic.FileIO.SpecialDirectories.MyPictures 1 you can get that, works in vista and XP.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.