[EMAIL PROTECTED] writes: > Hi. I just used os.remove to get rid of some files -- > unfortunately, I realized afterward that I didn't really want to get > rid of them. It isn't life-or-death, here, but is there any way for > me to get these files back?
Since 'os.remove' delegates the actual removal to your operating system, it's a matter of whether your operating system has a way to get those files back. Most operating systems don't have a simple "bring this file back" system call (the way they have a "remove this file" system call), so Python can't provide such an interface. But your operating system might provide a way. -- \ "Reichel's Law: A body on vacation tends to remain on vacation | `\ unless acted upon by an outside force." -- Carol Reichel | _o__) | Ben Finney -- http://mail.python.org/mailman/listinfo/python-list