[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: 2 simple file copying questions, please assist...

Mark Wilson

10/4/2003 6:31:00 AM


On Saturday, October 4, 2003, at 01:43 AM, Kurt Euler wrote:

> All
>
> I'd be grateful for someone's assistance on the following (certainly)
> simple questions.
> (Note that I'm running Ruby 1.8 Windows)
>
> 1) I have a 2-line program with just this:
>
> require = "ftools"
> File.syscopy("test.rb", "test2.rb")
>
> [snip]

Try

require "ftools"

Regards,

Mark