Changeset 2149 for trunk/eraser/Eraser.DefaultPlugins/ErasureTargets/UnusedSpaceErasureTargetConfigurer.cs
- Timestamp:
- 5/16/2010 11:14:29 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.DefaultPlugins/ErasureTargets/UnusedSpaceErasureTargetConfigurer.cs
r2070 r2149 84 84 85 85 DriveItem item = new DriveItem(); 86 string volumePath = volume.MountPoints[0]; 87 DirectoryInfo root = new DirectoryInfo(volumePath); 86 DirectoryInfo root = volume.MountPoints[0]; 88 87 89 item.Drive = volumePath;88 item.Drive = root.FullName; 90 89 item.Label = root.GetDescription(); 91 90 item.Icon = root.GetIcon();
Note: See TracChangeset
for help on using the changeset viewer.
