Ignore:
Timestamp:
5/16/2010 11:14:29 AM (2 years ago)
Author:
lowjoel
Message:

Modified all dependent code to compile after the change in the previous revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser/Eraser.DefaultPlugins/ErasureTargets/UnusedSpaceErasureTargetConfigurer.cs

    r2070 r2149  
    8484 
    8585                    DriveItem item = new DriveItem(); 
    86                     string volumePath = volume.MountPoints[0]; 
    87                     DirectoryInfo root = new DirectoryInfo(volumePath); 
     86                    DirectoryInfo root = volume.MountPoints[0]; 
    8887 
    89                     item.Drive = volumePath; 
     88                    item.Drive = root.FullName; 
    9089                    item.Label = root.GetDescription(); 
    9190                    item.Icon = root.GetIcon(); 
Note: See TracChangeset for help on using the changeset viewer.