Moves an existing folder to a specified location.
Synopsis
- move_folder [common options] previous_location new_location [-force]
Description
The command moves a specified folder
from the previous_location to a new_location.
If a folder with the same name exists, the -force option
can be used to overwrite it.
Options and arguments
- -force
- Overwrites the folder if it exists at the new location with the same folder
name.
Examples
Moves an existing folder
to a specified location.
CQTOOL> move_folder "Public Queries/myfolder" "Private Queries"