Changeset 2309
- Timestamp:
- 9/4/2011 7:20:11 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.DefaultPlugins/FileSystems/Windows.cs
r2222 r2309 63 63 "not empty.")); 64 64 65 if ((info.Attributes & FileAttributes.ReparsePoint) != 0)65 if ((info.Attributes & FileAttributes.ReparsePoint) == 0) 66 66 { 67 67 foreach (DirectoryInfo dir in info.GetDirectories())
Note: See TracChangeset
for help on using the changeset viewer.
