Documentation

Open File Dialog - Open Dev Kit Documentation

Open Dev Kit Documentation :: GUI :: Open File Dialog

GUI.ShowOpenFileDialog(
  Title String,
  Flags File Dialog Flags,
  Filters String,
  Default Filter Integer
) Boolean
Displays 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

Return Value

Boolean

If you think anything is missing, please feel free to: submit documentation feedback on this page