Re: How to obtain the creator code of a file with Cocoa ?
Re: How to obtain the creator code of a file with Cocoa ?
- Subject: Re: How to obtain the creator code of a file with Cocoa ?
- From: Brendan Younger <email@hidden>
- Date: Sat, 28 Jul 2001 13:53:52 -0500
On Saturday, July 28, 2001, at 11:56 AM, Quentin Mathi wrote:
I find methods in NSFileManager to retrieve the file type of a file.
But nothing to obtain the creator code. Is it possible to get and set
creator codes with Cocoa ?
This is not possible in Cocoa and for now you will have to use Carbon.
I assume since you know about them, you know the functions in Carbon
which get them.
Brendan Younger