Changeset 1861 for branches/eraser6/6.0
- Timestamp:
- 3/1/2010 5:48:46 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/6.0/Eraser.DefaultPlugins/FileSystems/Windows.cs
r1846 r1861 41 41 //detection 42 42 info.Attributes = FileAttributes.NotContentIndexed; 43 info.CreationTime = info.LastWriteTime = info.LastAccessTime = MinTimestamp;44 43 45 44 //Rename the file a few times to erase the entry from the file system … … 52 51 try 53 52 { 53 info.CreationTime = info.LastWriteTime = info.LastAccessTime = MinTimestamp; 54 54 info.MoveTo(newPath); 55 55 ++i;
Note: See TracChangeset
for help on using the changeset viewer.
