Mir Hussain

Mir Hussain

  • NA
  • 23
  • 3.1k

about files and directories

Mar 2 2017 4:09 AM

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)