Renaming a Folder

You can rename a folder from the GUI or by using the CLI.

GUI

Procedure

  1. Click Applications.
  2. Select an environment from the Environment drop-down list.
  3. In Applications list, select an application folder.
  4. Edit the Folder Name and, optionally, the Description and click Save.

CLI

Procedure

  1. In the data file, specify an ApplicationFolder element in full format.
    <Environment xsi:type="amxdata:Environment" name="MyEnvironment" description="My environment">
               <ApplicationFolder xsi:type="amxdata:ApplicationFolder" name="MyApp" newName="MyAppNew">
                   ...
               </ApplicationFolder>
                   ...
    
  2. In the build file set the action attribute of the AMXAdminTask element to rename and the objectSelector attribute to Environment/Application.
    <AMXAdminTask action="rename" objectSelector="Environment/ApplicationFolder" />
  3. Invoke the command-line interface on the build file.