From: Peter Bailey Date: 2007-03-07T00:36:24+09:00 Subject: Re: Attributing an old time stamp for a new file. > Unless there's a way to specify to FileUtils.touch the value of the > timestamp, you can use the touch command (if you're on a sufficiently > unix-like platform): > > touch -r oldfile newfile > > ...which sets the times on 'newfile' to be the same as the -r > (eference) file 'oldfile' > > -Rob > > Rob Biedenharn http://agileconsultingllc.com > Rob@AgileConsultingLLC.com Nope, I'm on Windows. Having a "touch" like that would certainly be nice, and simple. I'm going to keep playing with the FileUtils.touch to see what I can do. Thanks. -- Posted via http://www.ruby-forum.com/.