Re: date and file comparison

2006-11-03 Thread Arnaldo Guzman
On Fri, 2006-11-03 at 08:08 -0600, Tim Wolak wrote: > Morning all, > > I need to compare the current date with that of a file, if the file is > older than the current date remove it and replace it with a new one from > new data. Below I have the code set for getting the date but can't come > up

Re: date and file comparison

2006-11-03 Thread Dr.Ruud
"Tim Wolak" schreef: > I need to compare the current date with that of a file, if the file is > older than the current date remove it and replace it with a new one > from new data. Below I have the code set for getting the date but > can't come up with an easy way to compare it against the file d