The OpenD Programming Language

FileDialogDelegate.getFileName

Override this to change the dialog entirely.

This function IS allowed to block, but is NOT required to.

class FileDialogDelegate
protected
void
getFileName
(,,
void delegate
(
string
)
onOK
,,
string[] filters
,
void delegate
()
onCancel
,)

Meta