Move Folder
Move Folder
Moves a folder
Source
The folder to move,
If left blank the Working File will be used, if this is not a folder, then the flow element will fail.
Destination
The destination path to move the source folder to.
Create Subfolder
If a subfolder with the name of the source folder will be created in the destination folder.
Example
Suppose you want to move the folder /data/backup to /archive. You can configure the flow element as follows:
- Source:
/data/backup - Destination:
/archive - Create Subfolder: Checked
After executing the move operation, the folder structure will be:
/archive/backupcontaining all the files and subfolders originally in/data/backup.
If Create Subfolder is not checked, the folder structure will be:
/archivecontaining all the files and subfolders originally in/data/backup.
If Destination Already Exists
If the destination folder already exists, then the Move will fail.