INFOMAPS Procedure

MOVE FOLDER Statement

Moves a folder to a new location.

Syntax

MOVE FOLDER "folder-name" NEW_LOCATION="new-folder-location" </CREATE>
<option>;

Required Arguments

"folder-name"
specifies the name of the folder to move.
NEW_LOCATION="new-folder-location" </CREATE>
specifies the new location for the folder.
/CREATE
specifies that the named folder or location is created automatically if it does not already exist.

Optional Argument

LOCATION="current-folder-location"
specifies the current location of the folder to move. If you do not specify a location, then the default is the root folder location.

Example

/* Move the "myCompany" folder from the */
/* "NC" folder to the "CA" folder. */
move folder "myCompany" location="/State/NC" new_location="/State/CA";