new_folder

Creates a new workspace folder.

Synopsis

new_folder folder name [-force]

Description

Creates a new workspace folder.

Options and arguments

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

Examples

Create a folder named "tests" in the current working folder:

cqtool> new_folder "Public Queries/tests"

Feedback