Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfasmovfil()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfASMovFil()
This function moves a file from a library to another
------------------------------------------------------------------------------
Syntax:

     dfASMovFil( <cFileSrc>, [<cLibSrc>],
            [<cFileDest>], [<cLibDest>] ) --> nError

Parameters:

     <cFileSrc> File that must be moved
     <cLibSrc>  Source library
     <cFileDest> Name of the destination file. DEFAULT cFileScr
     <cLibDest> Target Library

Returns:

     <nError>   Error code. The function returns 0 if the command runs
     without problems

Description:

     Allows to move a file from a library to another library

Example:

     // Creation of a new library
     dfASCrtLib( "nuovo" )
     
     // Moves a file in the new library
     dfASMovFil( "customer", "demo",,"nuovo" )

See also:

     dBsee4AS(), dfASFile()

See Also: dBsee4AS() dfASFile()

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