I am new to python and was trying to program with txt files, and tried to move the txt file to a new directory. i did not read very carefully about what shutil.move(src, dst) does and it deleted some of my files. How do i recover my lost files. plz help! -- https://mail.python.org/mailman/listinfo/python-list
- Recovering deleted files George Tang
- Re: Recovering deleted files Chris Angelico
- Re: Recovering deleted files Steven D'Aprano
- Re: Recovering deleted files Rick Johnson