Ignore:
Timestamp:
6/13/2010 3:30:16 AM (2 years ago)
Author:
lowjoel
Message:

Since we are just simply deleting all temporary files when filling up the drive with junk files, we must reset all file times to invalid.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser/Eraser.Manager/FileSystem.cs

    r2157 r2161  
    205205 
    206206        /// <summary> 
     207        /// Resets the created, modified, accessed and last update times for the given 
     208        /// <paramref name="info"/>. 
     209        /// </summary> 
     210        /// <param name="info">The file to reset times.</param> 
     211        public abstract void ResetFileTimes(FileSystemInfo info); 
     212 
     213        /// <summary> 
    207214        /// Securely deletes the file reference from the directory structures 
    208215        /// as well as resetting the Date Created, Date Accessed and Date Modified 
Note: See TracChangeset for help on using the changeset viewer.