Changeset 2176
- Timestamp:
- 6/18/2010 6:40:16 AM (3 years ago)
- File:
-
- 1 edited
-
branches/eraser6/6.0/Eraser.Util/VolumeInfo.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/6.0/Eraser.Util/VolumeInfo.cs
r2172 r2176 198 198 (IntPtr)pointer, typeof(KernelApi.NativeMethods.NETRESOURCE)); 199 199 200 //Skip all UNC paths without a local mount point 201 if (resource.lpLocalName == null) 202 continue; 203 200 204 //Ensure that the path in the resource structure ends with a trailing 201 205 //backslash as out volume ID ends with one.
Note: See TracChangeset
for help on using the changeset viewer.
