Copy Files

This function is used to copy file(s) from one location to another. You have to specify the source location (from where the file is copied) and the destination (where the file is transferred). Its parameters are:

 

Path: It is the source path from where to copy files. It could be a folder or a single file to be copied. It is a required parameter.

Targetpath: It is the target location where to copy the files. It is also a required parameter.

Recursive: Its possible values are True/False. It is an optional parameter and its default value is 'True'.

 

 

<CopyFiles path="" targetpath="" recursive=""/>

 

 

See Also: