FileAssociationDescriptor.types

The extensions associated with a given file format. Eg. ["*.htm","*.html"]. First is preferred one at saving.

struct FileAssociationDescriptor
string[] types;

Meta