Open Dev Kit Documentation :: GUI :: Save File Dialog
GUI.ShowSaveFileDialog( Title String, Flags File Dialog Flags, Filters String, Default Filter Integer, Default Extension String ) BooleanDisplays the common open file dialog
Parameters
- Title String
- Title caption of the file window
- Flags File Dialog Flags
- Options for the file dialog
- Filters String
- Filters list separated by |, where each is two entries also separated by | where the first is shown to the user and the second is the actual file filter performed
- Default Filter Integer
- Default entry in filters list
- Default Extension String
- Extension (with or without the period) to be automatically added to the file name(s) if none specified
Return Value
If you think anything is missing, please feel free to: submit documentation feedback on this page
