Changeset 2177 for trunk/eraser/Eraser.Util/VolumeInfo.cs
- Timestamp:
- 6/18/2010 6:42:04 AM (2 years ago)
- Location:
- trunk/eraser
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Eraser.Util/VolumeInfo.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser
- Property svn:mergeinfo changed
/branches/eraser6/6.0 merged: 2176
- Property svn:mergeinfo changed
-
trunk/eraser/Eraser.Util/VolumeInfo.cs
r2173 r2177 273 273 (IntPtr)pointer, typeof(NativeMethods.NETRESOURCE)); 274 274 275 //Skip all UNC paths without a local mount point 276 if (resource.lpLocalName == null) 277 continue; 278 275 279 //Ensure that the path in the resource structure ends with a trailing 276 280 //backslash as out volume ID ends with one.
Note: See TracChangeset
for help on using the changeset viewer.
