On 2009-10-01, Timothy W. Grove <tim_gr...@sil.org> wrote: > Recently I purchased some software to recover some files which > I had lost. (A python project, incidentally! Yes, I should > have kept better backups!) They were nowhere to found in the > file system, nor in the recycle bin, but this software was > able to locate them and restore them. I was just wondering if > there was a way using python to view and recover files from > the hard drive which would otherwise remain lost forever?
Yes, you could write a filesystem analysis and file recovery program in Python. [I guess that's what you were asking.] -- Grant -- http://mail.python.org/mailman/listinfo/python-list