Skip to content

MTY_OpenFile

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Creates a dialog box for opening files.

const char *MTY_OpenFile(
    const char * title,
    MTY_App *    app,
    MTY_Window   window
);

Parameters

title (const char *)

app (MTY_App *)

window (MTY_Window)

Return value

const char *

The selected file name allocated in thread local storage. Must not be freed.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Dialog

Clone this wiki locally