View Single Post
  #4  
Old 02-24-2009, 07:42 AM
henrikfm henrikfm is offline
Registered Member
 
Join Date: Feb 2009
Posts: 4
Default

There could be but it won't be easy.

When you delete a file, the binary data isn't erased from the disk, just deleted on a file table. It's like in a book, you delete the chapter 4 from the index but the pages of the chapter 4 are still on the book.

The problem is that the sectors on the disk where the file was are considered free, so the disk eventually writes new data on them. It depends on how much time has passed since the delete (because your PC constantly writes into the disk), if you recently installed new programs and the luck factor.

Being a savegame, which is a small file, it could be still there. There are some programs that recover deleted files. You could give it a try.
Reply With Quote