Re: Temp filename function?
Re: Temp filename function?
- Subject: Re: Temp filename function?
- From: Vince DeMarco <email@hidden>
- Date: Wed, 15 Aug 2001 10:11:07 -0700
On Tuesday, August 14, 2001, at 11:01 PM, John C. Randolph wrote:
I have an app I'm writing that needs to write into a temp file, then
rename/move it when the user saves it.
IIRC, there was a function in OpenStep that gave you a guaranteed-unique
name for a temporary file. Does this still exist?
Try this
NSPathUtilities.h:FOUNDATION_EXPORT NSString *NSTemporaryDirectory(void);
vince