From: "Mark J. Reed" Date: 2003-12-19T07:56:57+09:00 Subject: Re: What happened to File.copy? On Fri, Dec 19, 2003 at 07:48:59AM +0900, Ron Coutts wrote: > Did File.copy and File.cp disappear sometime between Ruby 1.6 and 1.8? > Is there an alternative in 1.8? require 'fileutils' FileUtils.cp(source, dest) -Mark