You are here: Features > Action Events > Pick path dialog

Pick Path Dialog Action

Event Function: PathDialog

The Pick Path Dialog action will launch a standard directory browser.

Using the Events tab

Under Enter Example

Run Skip Condition

If desired, enter skip conditions for the event. When the "Run Skip Condition" is evaluated to be true, the action is not performed.

 

Path Cell

Cell number to populate with chosen path

cellno(c1)

Base Path

Starting path

prgdir() + "import"

Message

Message prompt to display in dialog

"Pick import path"

Syntax (if entering it in the Equation bar)

ACTION("PathDialog",expr1,expr2,expr3)

Where

expr1 = entry under Path Cell

expr2 = entry under Base Path

expr3 = entry under Message

How the example will appear in the Equation bar

ACTION("PathDialog", cellno(c1), prgdir() + "import", "Pick import path")

Related Topics