Gets or sets the format type
the format type (AppleSingle or AppleDouble)
The format type can be AppleFile.AppleSingle or
AppleFile.AppleDouble.
When using AppleFile to unpack file data, the format
type is determined by interpreting a magic number in the packed
data.
When using AppleFile to pack file data, you should
set a format type of AppleFile.AppleSingle or
AppleFile.AppleDouble.
The AppleDouble header and AppleSingle formats are almost identical. They are different in two ways: the magic number is different, and an AppleDouble header is not permitted to contain a data fork.
AppleFile Class | Hunny.Mime Namespace