Changeset 1731
- Timestamp:
- 1/30/2010 5:59:38 AM (3 years ago)
- Location:
- trunk/eraser6
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Eraser.Util/VolumeInfo.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6
- Property svn:mergeinfo changed
/branches/eraser6/6.0 merged: 1730
- Property svn:mergeinfo changed
-
trunk/eraser6/Eraser.Util/VolumeInfo.cs
r1728 r1731 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.
