Copy Directory

This command copies the specified directory. It will copy both the directory and the files within that directory.

 

Input Arguments

 

0

Directory Path

Source Directory

The directory to copy

1

Directory Path

Destination Directory

The directory to build

2

Boolean

Replace Existing?

True will replace the existing directory

3

Boolean

Show Progress?

True will show the progress

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The directory was Copied successfully.

FAILURE

The directory could not be found.

Remarks

None.