How can I Browse Directries and files using c#.net ??

  • Thread starter Thread starter Alex Smith
  • Start date Start date
A

Alex Smith

Hi,
I want to browse Directries and files of my IIS server using C#.Net.
Anybody help me?
Thnking you,
Samir
 
Alex Smith said:
I want to browse Directries and files of my IIS server using C#.Net.
Anybody help me?

You will do better to post on a more appropriate group. This is an ADO.NET
group.
 
Chad,

Look at the System.IO.Directory and System.IO.File classes. And since you
are using IIS, don't forget to use Server.Mappath to get the physical
directory location.

Ad.
 
Back
Top