3
Reply

about files and directories

Mir Hussain

Mir Hussain

Mar 2 2017 4:09 AM
264

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)