Table of Contents

, , , , , ,

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'