Changeset 2149 for trunk/eraser/Eraser.Util/VolumeInfo.cs
- Timestamp:
- 5/16/2010 11:14:29 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/eraser/Eraser.Util/VolumeInfo.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.Util/VolumeInfo.cs
r2148 r2149 714 714 public override string ToString() 715 715 { 716 ReadOnlyCollection<string> mountPoints = MountPoints;717 return mountPoints.Count == 0 ? VolumeId : mountPoints[0] ;716 IList<DirectoryInfo> mountPoints = MountPoints; 717 return mountPoints.Count == 0 ? VolumeId : mountPoints[0].FullName; 718 718 } 719 719
Note: See TracChangeset
for help on using the changeset viewer.
