{{tag>Index Action Action_List Business_Rule Process File Version:v5.0}} ====== COPY FILE ====== This action copies a file to a new location. ===== Syntax ===== ''COPY FILE'' ArithmeticExpression() ''TO'' ArithmeticExpression() where the first ArithmeticExpression identifies a file to be copied and the second one – the target location and name. ===== Example ===== COPY FILE 'c:/temp/myfile.txt' TO 'c:/temp2/mynewfile.txt'