Groups | Blog | Home
all groups > dotnet faqs > march 2006 >

dotnet faqs : C# code to open a windows directory


Shilpa
3/21/2006 9:44:57 PM
Hi All,

I need the C# code to open a windows directory.

Regards,
Shilpa
Vipul Patel
3/30/2006 2:09:49 PM
Have
using System.IO;

at the start of your code

That will give you direct access to Static members of Directory and
DirectoryInfo classes, which would be of help.

--
Thanks
Vipul Patel
C# MVP www.microsoft.com/mvp
Log bugs at http://msdn.microsoft.com/productfeedback

[quoted text, click to view]

Alexey Smirnov
3/30/2006 3:35:29 PM
what do you mean by opening a directory?

[quoted text, click to view]

AddThis Social Bookmark Button