COPY_FILES

Copies a file to the specified location. Returns 1 if successful.

Format

COPY_FILES(String Source_File_Path, String Target_File_Path)

Argument

 
Source
Character string containing the full-file name to be copy.
Target
Character string containing the full-path where to copy.

Example

The following example illustrates the use of the COPY_FILES function:
COPY_FILES( "P:\\work\\aview.log" ,"D:\\Some_Dir" )
returns 1