Example:
Exploring a folder

Actions used:

File - Open

In this example, we use a "File - Open" action to explore the user's temp folder. (Exploring a folder opens the folder in the "Windows Explorer" view, with a hierarchical folder list on the left hand side by default.)

This is what exploring a folder looks like:

To accomplish this, we simply select the "explore" verb in our "File - Open" action, and use the built-in variable %TempDir% as the path to explore.

This action takes advantage of the Windows shell and performs the same shell operation on the folder that Windows performs when you right-click on the folder and select the "explore" verb from the context menu.