
Signature
Tim Slattery
MS MVP(DTS)
Slattery_T@bls.gov
I received a forensic expert's report claiming that he can
determine that some deleted files were last accessed on a
particular date. The computer runs win 98.
>-----Original Message-----
>
[quoted text clipped - 4 lines]
>deleting the file destroys its directory entry, then if the file is
>deleted, there's no place to record a "last access".
Joep - 28 May 2004 14:05 GMT
> I received a forensic expert's report claiming that he can
> determine that some deleted files were last accessed on a
> particular date. The computer runs win 98.
When a file is deleted in FAT/FAT32:
- Clusters are marked free in the FAT
- The first character of the filename in directory entry is replaced by E5h.
The rest of the directory entry remains until it's overwritten, including
all info; attributes, start cluster, size and creation, modified and last
access date. The date of the deletion itself isn't recorded anywhere. If the
file was deleted in Windows while the recycle bin wasn't emptied, then the
deletion date can be retrieved by accessing the recylcle bin.
--
Joep