Re: To write to a file
Re: To write to a file
- Subject: Re: To write to a file
- From: Jean-Daniel Dupas <email@hidden>
- Date: Mon, 14 Apr 2008 14:31:51 +0200
Le 14 avr. 08 à 14:13, Nick Rogers a écrit :
Hi,
I have to write some data to file in sequence.
what methods can I use?
NSFileManager has method for creating a file but not for writing to
file.
Thanks,
Nick
NSFileHandle or NSOutputStream.
You can also use -[NSData writeToFile:...] and friends.
_______________________________________________
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
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden