I am trying to find a way to determine the total and available disk space in an arbitrary folder from a .NET app. By \"total disk space\" and \"available disk space\" in a f
How about this link from MSDN that uses the System.IO.DriveInfo class?
System.IO.DriveInfo