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
Jitendra ShekhawatPosted Mar 3, 2017, 12:33 AM
Jitendra ShekhawatPosted Mar 2, 2017, 4:36 AM
Jitendra ShekhawatPosted Mar 2, 2017, 4:30 AM