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 |