Hi All,
I need the C# code to open a windows directory.
Regards,
Shilpa
Alexey Smirnov - 30 Mar 2006 14:35 GMT
what do you mean by opening a directory?
> Hi All,
>
> I need the C# code to open a windows directory.
>
> Regards,
> Shilpa
Vipul Patel - 30 Mar 2006 23:09 GMT
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.

Signature
Thanks
Vipul Patel
C# MVP www.microsoft.com/mvp
Log bugs at http://msdn.microsoft.com/productfeedback
> Hi All,
>
> I need the C# code to open a windows directory.
>
> Regards,
> Shilpa