Command Pick List Pick Folder...

The PickFolder command enables you to pick a folder on your computer.

It displays a pick list with a specified folder and all its subfolders.

Upon picking a folder of the pick list, the path of the picked folder is stored in the specified variable.

When selecting the Pick Folder... menu item, the following dialog

Pick Folder Command Input

will help you specify the PickFolder command parameters:

foldername

Name of the root folder from which you want to start to browse and pick.

variableName

Name of the variable that will contain the picked folder.

The specified variable can then be referenced in subsequent expansion text or commands with its name using the following syntax:

$(name)

Example: Open an Explorer Window to View a Subfolder of C:\

The following expansion:

{PickFolder}
folderName = "C:\"
variableName = "picked-folder"
{/PickFolder}
{Launch}$(picked-folder){/Launch}

enables you to pick a subfolder of C:\" and then open it in the File Browser.