Creates a new FileDialog object which provides the ability to show a standard file selection dialog to the user.
"userInterface_var" is a variable referencing a UserInterface object. |
"userInterface_var" is a variable referencing a UserInterface object. |
| Type | Description |
| FileDialog | Returns the created FileDialog object that you can use to define the contents of and display a standard file dialog. |
| Name | Description |
| File Dialog Sample | Demonstrating how to pop up a file dialog and a folder dialog. |