aidy wrote: > Hi, > > I am looking at copying a folder and its contents from one destination > to another. > > FileUtils.copy("C:/rspec_reports/javascripts", "C:/rspec_reports/ > javascripts/test") > > However, it seems FileUtils.copy is just for files > > Is there a copy directory method in the Ruby libary? > > Thanks > > Aidy use cp_r -- Posted via http://www.ruby-forum.com/.