3
Answers

about files and directories

Photo of Mir Hussain

Mir Hussain

8y
805
1

hi,

I want to know how to access files of a folder on the users desktop in c#, i know how to reach to the desktop from the following code

Environment.SpecialFolder sf = Environment.SpecialFolder.DesktopDirectory;
 
after this i need to access a specific folder on desktop to access files therin.
Thanks 

Answers (3)