openDir

Displays a file dialog window to get a directory path on the local file system.

Syntax

ui.Interface.frontCall("standard", "openDir",
 [path,caption], [result]) 
  1. path - The default path.
  2. caption - The caption to be displayed.
  3. result - Holds the name of the selected directory (or NULL if canceled).

Usage

When invoking the "openDir" front call, the front-end displays the typical file dialog window on the local file system, to let the end user enter a directory path.

If the user cancels the dialog, the front call returns NULL in the result variable.