MOVE FOLDERS command
See the following article for more information:
The MOVE FOLDERS command allows you to move a number of subfolders by path to a new location under the current folder.
If the destination path does not exist, it is then created.
MOVE FOLDERS label_list TO ("path"|HERE)
Example
MOVE FOLDERS "A|B", "C|D" TO HERE;
MOVE FOLDERS "Q|W", "A|S|D|F" TO "Destination";