Florent 'flure' C. wrote: > I'm searching a portable way of copying a file from one directory to > another in ruby. Of course I could open a file for reading, another for > writing, and copy byte per byte, but is there another way ? Or am I > missing something ? require 'fileutils' # have a look at FileUtils.cp -- Simon Strandgaard