Re: NSData writeToFile:atomically not working right??
Re: NSData writeToFile:atomically not working right??
- Subject: Re: NSData writeToFile:atomically not working right??
- From: Sherm Pendley <email@hidden>
- Date: Tue, 9 Aug 2005 20:04:45 -0400
On Aug 9, 2005, at 2:41 PM, Scott Mitchell wrote:
[outFile retain];
isWritten = [outData writeToFile:outFile atomically:YES];
[outFile release];
Completely unrelated, but what's up with the retain/release above? If
outData needed to retain the string you give it, it would do so itself.
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden