Hi,
I want to browse compete drive/folders and lists of file from server using ASP.NET 2.0 web application.
Displayed files when clicked, should get open in a new window or in same window.
Please help me with a demo project, if any available.
Thanks in Advance.

Recommended Answers

All 2 Replies

Hi,
I want to browse compete drive/folders and lists of file from server using ASP.NET 2.0 web application.
Displayed files when clicked, should get open in a new window or in same window.
Please help me with a demo project, if any available.
Thanks in Advance.

Please try with below link:
http://delphi.about.com/od/aspnet/l/aa052504a.htm

Hope it helps...!!!

You can use System.IO.DirectorInfo, System.IO.DriveInfo, and System.IO.FileInfo classes.

System.IO.DriveInfo []drives=System.IO.DriveInfo.GetDrives();
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.