int CopyFile
(string existingFileName, string
newFileName)
Return Value
Returns OK if the file has been
successfully copied. Otherwise, returns FAIL.
Parameters
existingFileName
– the name of the existing file.
newFileName –
the name of the new file.
Remarks
Call this function to copy an
existing file to a new file.
Package
Plug in module: nd_fileplg.npl
Example
The following example demonstrates
the use of CopyFile.