You are here: All Help Topics > Other Information > Action Events > Pick path dialog

Pick Path Dialog Action

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

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"

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

Where

expr1 = entry under Path Cell

expr2 = entry under Base Path

expr3 = entry under Message

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

Related Topics