file-creator-and-type in Miscellaneous
Gets or sets the creator and type of a file in Mac OS.
The get operation always returns "????" and "????" for
Unix or Windows. The set operation has no effect under Unix or
Windows.
(file-creator-and-type -> void
filename creator-string type-string)
filename : string
creator-string : 4-character-string
type-string : 4-character-string
Sets the creator and type signatures of filename.
(file-creator-and-type -> two 4-character-strings
filename)
filename : string
Returns the current creator and type signatures of filename.