Whats the .NET equivalent of FindFirstVolume and FindNextVolume???? Is there one??
Boulderdude
Try System.IO.DriveInfo.GetDrives()
nobugz
Try System.IO.DriveInfo.GetDrives()
nobugz
FindFirstVolume seems to return Raw volumes, whereas getdrives does not. Is there a .NET function to return all volumes. The command line utility mountvol displays raw unformatted volumes, as does findfirstvolume, but not getdrives.