![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power: 4
![]() |
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! |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|