copyfolder
SOURCE
,
DESTINATION

The copyfolder statement copies an entire folder full of files (and subfolders, if any).


Parameters

This statement has two parameters:

source – Path of original folder.

destination – Path of destination folder.


Description

This statement copies an entire folder full of files (and subfolders, if any). If the destination folder does not exist it will be created. If the destination folder does already exist it is not replaced, but files and folders from the source folder will be copied to it.

This example copies the contents of the folder New Stuff into the folder Previous Stuff.

copyfolder "~/Documents/New Stuff/","~/Documents/Previous Stuff/"

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.