- Timestamp:
- 2/3/2010 3:37:13 AM (2 years ago)
- Location:
- branches/eraser6/CodeReview
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Eraser.DefaultPlugins/FileSystems/Windows.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview
- Property svn:mergeinfo changed
/branches/eraser6/6.0 merged: 1721,1723,1730,1732,1734-1735,1737-1738,1740,1742 /trunk/eraser6 merged: 1706-1743
- Property svn:mergeinfo changed
-
branches/eraser6/CodeReview/Eraser.DefaultPlugins/FileSystems/Windows.cs
r1709 r1745 72 72 private void DeleteFileSystemInfo(FileSystemInfo info) 73 73 { 74 //If the file/directory doesn't exist, pass. 75 if (!info.Exists) 76 return; 77 74 78 //Set the date of the file to be invalid to prevent forensic 75 79 //detection 80 info.Attributes = FileAttributes.NotContentIndexed; 76 81 info.CreationTime = info.LastWriteTime = info.LastAccessTime = MinTimestamp; 77 info.Attributes = FileAttributes.Normal;78 info.Attributes = FileAttributes.NotContentIndexed;79 82 80 83 //Rename the file a few times to erase the entry from the file system
Note: See TracChangeset
for help on using the changeset viewer.
