FileDialog.addFilter

Adds filter as a custom filter; filter should be of the form "filename.extension ; Description". For example, "*.png ; PNG Images".

struct FileDialog
@nogc nothrow
void
addFilter
(
in String filter
)

Meta