Moving Files on the Server?

Hi-

Say I wanted to move a file from /public/images to /someotherfolder.

How would I do this with Rails?

Thanks.

Is this a difficult problem? Why can I not do:

FileUtils.cp('file1, 'file2')? - Even thought the files exist, it tells me that they do not.