I foolishly ran the following code
file.remove(list.files())
Is there any way of retrieving the deleted files. I am working in windows XP + R 2.15.0
|
I foolishly ran the following code
Is there any way of retrieving the deleted files. I am working in windows XP + R 2.15.0 |
||||
|
You need to get a NTFS (or FAT32, though unlikely) file recovery software. Restoration and Undelete Plus are a few of them |
|||
|
|
|
|
|||
|
|
file.remove(list.files())which deleted all the files within my working directory. I was wondering If there was a way to 'un-remove' them. – mnel May 10 '12 at 1:37