Saturday, April 24, 2010

Retrive all logical drives of a machine in ASP .NET

Here is a simple code for this:
System.IO.Directory.GetLogicalDrives()

No comments:

Post a Comment