Unix FILE* and NSFileHandle
Unix FILE* and NSFileHandle
- Subject: Unix FILE* and NSFileHandle
- From: Jason Moore <email@hidden>
- Date: Fri, 29 Mar 2002 13:22:57 -0600
Greetings fellow Cocoa nuts.. :)
Does anyone out there know if Cocoa is capable of converting between
standard unix FILE* structures and NSFileHandle? Anyone know how to do
that if cocoa can't?
Reason i ask is i've got a library i want to use that accepts FILE
structures but i'd like to use Cocoa's NSFileHandle much easier to use
interface to open and save the file and simply convert my NSFileHandle
to a FILE just before passing it to the library.
Thanks.
Jason
_______________________________________________
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.