Please support our C# advertiser: Programming Forums
Views: 6484 | Replies: 1
![]() |
•
•
Join Date: May 2005
Posts: 5
Reputation:
Rep Power: 0
Solved Threads: 0
I want to know how to get the folder list of the client instead of server. I need to know how to get the folder list of "desktop", "my network places", "my documents" ... in the client machine. It is much like the htmlInputFile, but could return folder, not only the selected file.
Does anyone know how to do it?
Does anyone know how to do it?
•
•
Join Date: Jul 2003
Location: Bamberg, Germany
Posts: 117
Reputation:
Rep Power: 6
Solved Threads: 2
I think you need to invoke a method on a client computer that calls the Directory.GetFolders() (can't remember if it's Directory or DirectoryInfo) method and pass an argument of type SpecialFolder which is an enumeration and contains different values for "Desktop" and the like.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode