C Cerebrus Mar 22, 2006 #2 Hi Shilpa, The question arises : What do you intend to do with the "opened" directory ? What do you intend to do with the files within the directory ? Since that information is not available : 1. Use the Directory class which has static members. OR 2. Use the DirectoryInfo class which has instance members. Regards, Cerebrus.
Hi Shilpa, The question arises : What do you intend to do with the "opened" directory ? What do you intend to do with the files within the directory ? Since that information is not available : 1. Use the Directory class which has static members. OR 2. Use the DirectoryInfo class which has instance members. Regards, Cerebrus.
J John Bailo Mar 22, 2006 #3 Shilpa said: Hi All, I need the C# code to open a windows directory. Regards, Shilpa Click to expand... You can iterate through all the files in a Directory. Check out the DirectoryInfo class.
Shilpa said: Hi All, I need the C# code to open a windows directory. Regards, Shilpa Click to expand... You can iterate through all the files in a Directory. Check out the DirectoryInfo class.