Solution:
ATEasy 6.x and above have a FileCopy() function that can be used to copy file. The following provides a way to copy a file using ATEasy 3.x-5.x:
Copy the following to your text file Libraries section:
DLL Kernel32
--------------------------------------------------------------------------------
File = Kernel32.dll
DLL Types
--------------------------------------------------------------------------------
DLL Procedures
--------------------------------------------------------------------------------
Procedure CopyFile(sExitingFileName, sNewFileName, bFaiIfExist): Bool
--------------------------------------------------------------------------------
sExitingFileName: Val String
sNewFileName: Val String
bFaiIfExist: Val Bool