addFile
Adds at the end of the WorkFile the content of a file.
Syntax
addDd(path)
Parameters
path
Full path to the file to be added
Return code
None.
Sample
var concatenated=createWorkFile(); concatenated.addFile("D:\\rep\\FILE01.txt"); dd("FILEIN", concatenated.getDD());