Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

COPY FILE

Copies a file.
---------------------------------------------------------------------------------

 Syntax

        COPY FILE <cfile> TO <cfile1>  

 Arguments

        <cFile>     Filename of source file <cFile1>  Filename of 
                  target file

 Description

      This command makes an exact copy of <cFile> and names it <cFile1>.
      Both files must have the file extension included; the drive and the
      directory names must also be specified if they are different from
      the default drive and/or director.<cFile1> also can refer to a OS
      device (e.g. LPT1).This command does not obsert the SET PATH TO or
      SET DEFAULT TO settings.

 Examples

      COPY FILE C:\HARBOUR\TESTS\ADIRTEST.PRG to C:\TEMP\ADIRTEST.PRG
      COPY FILE c:\harbour\utils\hbdoc\gennf.prg to LPT1

Status

      Ready

 Compliance

      This command is Ca-Clipper compliant



See Also: ERASE RENAME FRENAME() FERASE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson