Re: Copy or Move files

1999-09-10 Thread Scott Raney
On Fri, 10 Sep 1999, Richard Gaskin wrote: > >To copy a file: > > > >open file "the_path_to_copy of file" for [binary]write -- this creates an > >empty file (copy of file) > >put url "file/binfile:the_path_to_original file" into var -- puts the > >contents of original file into a variable > >writ

Re: Copy or Move files

1999-09-10 Thread Richard Gaskin
>To copy a file: > >open file "the_path_to_copy of file" for [binary]write -- this creates an >empty file (copy of file) >put url "file/binfile:the_path_to_original file" into var -- puts the >contents of original file into a variable >write var to file "the_path_to_copy of file" >close file "the_

Re: Copy or Move files

1999-09-10 Thread Andu
>Hi, > >How to copy a file? How to move a file? > >I see the commands create, delete, open/close, but not copy... > >Best, Guy To copy a file: open file "the_path_to_copy of file" for [binary]write -- this creates an empty file (copy of file) put url "file/binfile:the_path_to_original file" into

Copy or Move files

1999-09-10 Thread Guy LOUIS
Hi, How to copy a file? How to move a file? I see the commands create, delete, open/close, but not copy... Best, Guy