Function FileDialog.addFilter

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

void addFilter (
  const(String) filter
) nothrow @nogc;