_SelectionThis package provides a high level support for creating file selection dialogs by handling the signals internally.
Subprograms |
|---|
function File_Selection_Dialog (Title : String := "Select File"; Default_Dir : String := ""; Dir_Only : Boolean := False; Must_Exist : Boolean := False) return String; | ||
|
Open a file selection dialog and make it modal. | ||