- Timestamp:
- 1/28/2010 8:02:58 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser.DefaultPlugins/FileSystems/Windows.cs
r1692 r1715 40 40 //Set the date of the file to be invalid to prevent forensic 41 41 //detection 42 info.Attributes = FileAttributes.NotContentIndexed; 42 43 info.CreationTime = info.LastWriteTime = info.LastAccessTime = MinTimestamp; 43 info.Attributes = FileAttributes.Normal;44 info.Attributes = FileAttributes.NotContentIndexed;45 44 46 45 //Rename the file a few times to erase the entry from the file system
Note: See TracChangeset
for help on using the changeset viewer.
