FileAssociationDescriptor.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.

struct FileAssociationDescriptor
string[] types;

Meta