Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- MICROSYS C & Clipper Functions - <b>b_fcopy()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
b_fcopy()


Syntax:     b_fcopy(<expC1>,<expC2>)

Purpose:    Copy a file without loading COMMAND.COM

Arguments:  <expC1> is the source filename

            <expC2> is the target filename

Returns:    A Logical Value

Library:    MICROSYS.LIB

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


    if( !b_fcopy("c:\autoexec.bat","c:\autoexec.old") )
        qout("Unable to copy file!")
        retu(.f.)
    endi

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