Re: [R] Determining which file is newer

2009-10-23 Thread Barry Rowlingson
On Fri, Oct 23, 2009 at 5:02 PM, Dennis Fisher wrote: > Colleagues, > > I wish to execute a task only if a particular file is newer than a second > file.  I can access the file modification dates using file.info()$mtime. > This yields a time object (? POSIX). >                        size    isdir

Re: [R] Determining which file is newer

2009-10-23 Thread Henrik Bengtsson
Have a look at your company name and your phone number. Nudge nudge, wink wink, say no more... /H On Fri, Oct 23, 2009 at 9:02 AM, Dennis Fisher wrote: > Colleagues, > > I wish to execute a task only if a particular file is newer than a second > file.  I can access the file modification dates us

[R] Determining which file is newer

2009-10-23 Thread Dennis Fisher
Colleagues, I wish to execute a task only if a particular file is newer than a second file. I can access the file modification dates using file.info()$mtime. This yields a time object (? POSIX). sizeisdir modemtime ctime