</po>
Defines the type of selections when opening a file dialog. See PathBox.
| Name | Type | Description |
|---|---|---|
| FileOpen | Enum | Prompts the user to OPEN a file. |
| FileOpenAbsoluteBasePath | Enum | Prompts the user to OPEN an absolute file from a given path. |
| FileOpenBasePath | Enum | Prompts the user to OPEN a relative file from a given path. |
| FileSave | Enum | Prompts the user to select a location for saving a file. |
| Folder | Enum | Prompts the user to select a folder. |