init(type:creator:)
Creates a structure that contains the provided type and creator codes.
Declaration
init(type: OSType, creator: OSType)Parameters
- type:
The first word of the
FinderInfostructure. It matches the file type code. - creator:
The second word of the
FinderInfostructure. It matches the creator code.