Typedefs | |
typedef void __CDECL(* | FSEL_CALLBACK )(short *msg) |
Functions | |
short | mt_fsel_exinput (char *path, char *file, short *exit_button, const char *title, short *global) |
short | mt_fsel_input (char *path, char *file, short *exit_button, short *global) |
short | mt_fsel_boxinput (char *path, char *file, short *exit_button, const char *title, FSEL_CALLBACK callback, short *global) |
The File Selector Library contains two functions for displaying the system file selector (or currently installed alternate file selector) and prompting the user to select a file.
|
callback function used by BoxKite file selector. See mt_fsel_boxinput() |
|
displays the extended file selector and allows the user to select a valid GEMDOS path and file.
|
|
displays the system file selector and offers the user an opportunity to choose a complete GEMDOS path specification.
This call should always be used as opposed to mt_fsel_input() when it is available (ie always with this lib). Otherwise, the user has no reminder as to what function s/he is actually undertaking. |
|
displays the system file selector and allows the user to select a valid GEMDOS path and file.
|