|
Moving files between folders
I need to move all .jpg files in one folder/directory that are older than a given date, let's say April 1, 2003, to another folder. How can I do this best in Python? Need ideas.
I am using Windows XP and have looked at glob.glob() and os.stat(). When you move a file do you have to use copy and remove?
__________________
I looked it up on the Intergnats!
|