Changeset 1041
- Timestamp:
- 5/10/2009 2:32:43 AM (4 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Manager/Task.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Manager/Task.cs
r1022 r1041 567 567 continue; 568 568 569 //Get the size of the file and its ADSes 569 570 totalSize += file.Length; 570 GetPathADSes(result, out totalSize, file.FullName); 571 long adsesSize = 0; 572 GetPathADSes(result, out adsesSize, file.FullName); 573 totalSize += adsesSize; 574 575 //Append this file to the list of files to erase. 571 576 result.Add(file.FullName); 572 577 }
Note: See TracChangeset
for help on using the changeset viewer.
