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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top