IIUC there is no official API to read and write resource forks from
Cocoa.
Anyone know of a framework somewhere? Couldn't find anything through
Google yet.
cheers
--
Torsten
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
The official API to read and write resources forks from Cocoa is the
CoreServices's File Manager.
OK, this is not an obj-c API, but isn't obj-c just a C superset?