Ignore:
Timestamp:
1/28/2010 4:16:14 AM (2 years ago)
Author:
lowjoel
Message:
  • Modified the VolumeInfo? class to allow enumeration of network drives
  • Define the ToString? function which will return the volume's mount point or it's volume ID depending on whether the volume is mounted
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/CodeReview/Eraser.Manager/FileSystem.cs

    r1709 r1711  
    308308 
    309309            throw new NotSupportedException(S._("The file system on the drive {0} is not " + 
    310                 "supported.", volume.IsMounted ? volume.MountPoints[0] : volume.VolumeId)); 
     310                "supported.", volume)); 
    311311        } 
    312312 
Note: See TracChangeset for help on using the changeset viewer.