Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>copy file</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
COPY FILE


Syntax:     COPY FILE <file1>.<ext1>/(<expC1>) TO
            <file2>.<ext2>/(<expC2>)

Purpose:    To duplicate a file of any type.

Arguments:  <file1> is the name of the source file to COPY including
            the extension.

            <file2> is the name of the target file including the
            extension.

Usage:      COPY FILE copies files to and from the Clipper default drive
            and directory unless a drive and/or path are specified.

Library:    CLIPPER.LIB


----------------------------------- Example --------------------------------

   COPY FILE Test.prg TO Real.prg
   ? FILE("Real.prg")               && Result: .T.


See Also: CLOSE COPY SET DEFAULT USE

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