Changeset 2560 for trunk/eraser
- Timestamp:
- 3/21/2012 1:45:48 AM (14 months ago)
- File:
-
- 1 edited
-
trunk/eraser/Eraser.Util/VolumeInfo.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.Util/VolumeInfo.cs
r2555 r2560 308 308 //GetVolumeNameForVolumeMountPoint since it will return an error if 309 309 //the path given is a reparse point, but not a volume reparse point. 310 while ((new DirectoryInfo(currentDir).Attributes & FileAttributes.ReparsePoint) != 0) 310 while (mountpointDir.Exists && 311 (mountpointDir.Attributes & FileAttributes.ReparsePoint) != 0) 311 312 { 312 313 currentDir = ExtensionMethods.PathUtil.ResolveReparsePoint(currentDir);
Note: See TracChangeset
for help on using the changeset viewer.
