From: Peter.Meier998@... Date: 2007-05-14T19:20:08+09:00 Subject: FileUtils changes date of file Hi, I use ruby under WinXP and discovered the following issue. When I copy a file with the following code require 'fileutils' FileUtils.cp("file1','file2') the date of the destination file won't match the date of the source file. It's set to the time of the copy process. But it should be the date of the original file. How can I get this working correct? Thanks Peter