Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: How to copy file ?

From: andreas:bolka:gmx at: 11-Oct-2003 14:03

Saturday, October 11, 2003, 10:20:13 AM, A wrote:
> Patrick wrote: >> I am surprised not to find a "file copying" command > I'm fairly sure there isn't one. You can always write your own. > Here's a simplistic version: > File-Copy: func [Destination [file! url!] Source [file! url!]] [ > write/binary Destination read/binary Source > ]
the problem with copying files that way, is that it doesn't seem to really scale. i.e. it seems to be impossible to copy a 600mb file (rebol crashes, at least on win32 the last time i tried). -- Best regards, Andreas