View Single Post
Old 02-02-2019, 12:37 PM   #396
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,970
Default

SWELL doesn't implement Windows' GetOpenFileName or GetSaveFileName. It provides BrowseForFiles instead.

Code:
/*
** GetOpenFileName() / GetSaveFileName() 
** These are a different API because we didnt feel like reeimplimenting the full API.
** Extlist is something similar you'd pass getopenfilename, 
** initialdir and initialfile are optional (and NULL means not set).
*/
cfillion is offline   Reply With Quote