On Mon, Mar 9, 2009 at 10:57 AM, lameck kassana wrote:
> hi ,
> I am writing a scriot which will move old files from one directory to backup
> The files are in mode *20090307* mean *mmmdd* to new files.
> The script is below is like this
>
> import os
> import datetime
> import time
> from dat
hi ,
I am writing a scriot which will move old files from one directory to backup
The files are in mode *20090307* mean *mmmdd* to new files.
The script is below is like this
*import os
import datetime
import time
from datetime import date
today=date.today()*
*for x in range(5,10):
interva