Home All Groups Group Topic Archive Search About

C# code to open a windows directory

Author
22 Mar 2006 5:45 AM
Shilpa
Hi All,

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

Regards,
Shilpa

Author
22 Mar 2006 6:45 AM
Lloyd Dupont
??? gnn, what do you mean?

I'm not sure what you mean, but to list the content of a directory
System.IO.Directory is the place to go.

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
Show quote
"Shilpa" <shilpa.nagav***@unisys.com> wrote in message
news:1143006340.307784.140170@i40g2000cwc.googlegroups.com...
> Hi All,
>
> I need the C# code to open a windows directory.
>
> Regards,
> Shilpa
>
Author
23 Mar 2006 11:13 AM
Nenefta
Shilpa,

you could drag a FolderBrowserDialog on your form and call its
ShowDialog and SelectedPath function/property. Elaborate on your
problem if this is not what you mean!

Best,
Marcel

AddThis Social Bookmark Button