Description

Copy a file on the hard drive to another location.

This is the equivalent of a COPY / PASTE function in the File Explorer.


Syntax

designer.copyFile("FILE SOURCE", "FILE DESTINATION");

Parameters

Parameter Type Description
FILE SOURCE String Filepath to the source file
FILE DESTINATION String Filepath to the new file to create

Return

This function does not return anything.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.