Re: Open Resource File with Cocoa Path
Re: Open Resource File with Cocoa Path
- Subject: Re: Open Resource File with Cocoa Path
- From: Douglas Davidson <email@hidden>
- Date: Wed, 10 Apr 2002 15:01:58 -0700
On Wednesday, April 10, 2002, at 11:54 AM, Donald Brown wrote:
I need to be able to import data from a legacy file, and it includes
some
data in a resource. Anyone have any code to open a resource file?
As near as I can tell, I have to parse the path myself, calling
FSMakeFSRefUnicode on each portion to build up an FSRef, which I pass to
FSpOpenResFile. It can't be that screwy, can it?
Try CFURLGetFSRef(). You can use an NSURL interchangeably with a CFURL;
they are toll-free bridged.
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.