Changeset 2150
- Timestamp:
- 5/16/2010 11:39:14 AM (21 months ago)
- Location:
- trunk/eraser
- Files:
-
- 2 edited
-
Eraser.DefaultPlugins/FileSystems/Windows.cs (modified) (1 diff)
-
Eraser.Util/Win32ErrorCodes.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.DefaultPlugins/FileSystems/Windows.cs
r2149 r2150 158 158 break; 159 159 160 case Win32ErrorCode.DiskFull: 161 //If the disk is full, we can't do anything except manually deleting 162 //the file, break out of this loop. 163 i = FileNameEraseTries; 164 break; 165 160 166 default: 161 167 throw; -
trunk/eraser/Eraser.Util/Win32ErrorCodes.cs
r2140 r2150 86 86 public const int SharingViolation = 32; 87 87 public const int InvalidParameter = 87; 88 public const int DiskFull = 112; 88 89 public const int MoreData = 234; 89 90 public const int NoMoreItems = 259;
Note: See TracChangeset
for help on using the changeset viewer.
