Changeset 1717
- Timestamp:
- 1/28/2010 8:19:57 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser.DefaultPlugins/FileSystems/Windows.cs
r1715 r1717 128 128 "not empty.")); 129 129 130 //If the directory does not already exist, we should just return -- there's 131 //nothing to be done. 132 if (!info.Exists) 133 return; 134 130 135 //TODO: check for reparse points 131 136 foreach (DirectoryInfo dir in info.GetDirectories())
Note: See TracChangeset
for help on using the changeset viewer.
