Skip to main content
Version: 7.0

Object: Move

The module moves objects to another folder. The original folder structure will be created below the destination folder. It is possible to remove parts of the original folder. If there is a link in the destination folder it will be removed before moving the object.

Designation

Name
mc.Move
Aliases
ObjectMove

Configuration

Test mode (test-mode)
Activates a simulation mode
Destination folder (destination-folder)
Defines the destination folder for the move operation
Base folder (base-folder)
The given folder is removed from the path of the source objects when calculating the destination folder
Example of a basic folder

Source object: B4A.TESTS/TOOLS/REPORTS/B4A.JOBS.REPORTS.

Target folder: B4A.TESTS2.

Base folder: B4A.TESTS.

With this configuration, the object B4A.JOBS.REPORTS is moved to the folder B4A.TESTS2/TOOLS/REPORTS. Without specifying the base folder, the target folder would be B4A.TESTS2/B4A.TESTS/TOOLS/REPORTS.