Re: Temporary files best practice?
Re: Temporary files best practice?
- Subject: Re: Temporary files best practice?
- From: "Alan Smith" <email@hidden>
- Date: Sun, 2 Sep 2007 08:42:32 -0400
Knut,
Try tmpnam(). For example:
- (NSString*)temporaryFilePath
{
returrn [NSString stringWithUTF8String: tmpnam(nil)];
}
Enjoy!
Peace, Alan
--
My blog: cocoalatte.info
// Things I've said -------------------------
"Maturity resides in the mind."
"Silence is the Universe's greatest gift."
"When the World realizes that personal beliefs are not something to
argue or fight over, it shall evolve."
_______________________________________________
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