> 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/.