Re: Undo os.remove

2007-02-13 Thread Ben Finney
[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 rem

Re: Undo os.remove

2007-02-13 Thread Paul Rubin
[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? Try a websearch for file recovery utilities

Undo os.remove

2007-02-13 Thread chris . peressotti
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? - Chris -- http://mail.python.org/mailman/listinfo/python-list