Changeset 1730 for branches/eraser6/6.0/Eraser.Util/VolumeInfo.cs
- Timestamp:
- 1/30/2010 5:56:46 AM (2 years ago)
- File:
-
- 1 edited
-
branches/eraser6/6.0/Eraser.Util/VolumeInfo.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/6.0/Eraser.Util/VolumeInfo.cs
r1729 r1730 293 293 294 294 //Get the type of the drive 295 DriveType driveType = (DriveType)KernelApi.NativeMethods.GetDriveType( mountpoint);295 DriveType driveType = (DriveType)KernelApi.NativeMethods.GetDriveType(currentDir); 296 296 297 297 //We do different things for different kinds of drives. Network drives
Note: See TracChangeset
for help on using the changeset viewer.
