FileDialog.FileAssociationDescriptor

Defines file association descriptions

Constructors

this
this(dstring description, string[] types)

Creates a single FileAssociationDescriptor

Members

Functions

getTypesForSelector
dstring getTypesForSelector()

Returns the types as a single string.

Variables

description
dstring description;

Describes the file type. Eg. "PPE map files"

types
string[] types;

The extensions associated with a given file format. Eg. ["*.htm","*.html"]. First is preferred one at saving, if no filetype is described when typing.

Meta