rename_folder

Renames an existing folder.

Synopsis

rename_folder [common options] previous_name new_name [-force]

Description

Renames a folder within the Workspace.

Options and arguments

-force
Overwrites the folder if it exists at the new location with the same folder name.

Examples

Rename an existing folder.

CQTOOL> rename_folder "Public Queries/MyFolder" "Your Folder"

Feedback