ImgFormat_GetUTIFilter¶
Returns a UTI filter string.
ImgFormat_GetUTIFilter({formatArrayPtr}) ➔ utiFilter
formatArrayPtr | Pointer | List of format IDs. |
utiFilter | Text | The UTI filter. |
Returns a UTI filter string suitable for passing to the Select document 4D command.
By default the filter strings contains UTIs for all supported formats.
To get a filter string for a subset of the supported formats,
pass in formatArrayPtr
a pointer to a text array containing
the format IDs.