Archive for May, 2007

Printing a FourCharCode

May 8, 2007

A new, better, version of this article lives here. This version is here for historical reasons only.
CONCLUSIONS:
Printing a FourCharCode is harder then it should be.
* Use the NSFileTypeForHFSTypeCode function if you want to convert a FourCharCode to an NSString.
* if you want to convert a FourCharCode to a C-string, aka char* , use [...]