listfolder

Lists folders defined in the HCL Workload Automation database, either in the root or in a folder.

Authorization

If the enListSecChk global option is set to yes on the master domain manager, then to list a folder, you must have either list access, or list and display access.

Syntax

{listfolder | lf} foldername

Arguments

foldername
If only a forward slash ("/") is specified, then all folders in the root are listed.

If a folder name follows, then all folders contained in the specified folder are listed, excluding the specified folder. Wildcard characters are permitted.

To list all folders in an entire tree structure, specify the ampersand character ("@")

Comments

You can perform this same operation using the list composer command.

Examples

To list the entire tree structure of folders folders in the root, run:
listfolder /@
To list all folders contained in the folder named "Test", run:
listfolder /Test
or
listfolder /Test/
To list all folders and sub-folders contained in the folder named "Test", run:
listfolder /Test/@

See also

From the Dynamic Workload Console you can perform the same tasks as described in:

the Dynamic Workload Console User's Guide.