listfolder
Lists folders defined in the plan, 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 ("@")
Examples
To list all folders in the
root, run:
listfolder /
To list all folders contained
in the folder named "Test", run:
listfolder /Test/
To list all folders and
sub-folders contained in the folder named "Test", run:
listfolder /Test/@