int PSI_PickFile(PSI_CONTROL parent, CTEXTSTR basepath, CTEXTSTR types, TEXTSTR result, _32 result_len, int bCreate);
these are basic basic file selection dialogs... the concept is valid, and they should be common like controls... types are tab sepeared list of default extensions to open. returns TRUE if the filename is selected and the result buffer is filled. returns FALSE if the filename selection is canceled, result is not modified. if bcreate is used, then the filename does not HAVE to exist.. bCreate may also be read as !bMustExist
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|