Re: Temp filename function?
Re: Temp filename function?
- Subject: Re: Temp filename function?
- From: Jim Correia <email@hidden>
- Date: Wed, 15 Aug 2001 09:07:29 -0400
On Wednesday, August 15, 2001, at 02:01 AM, 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?
[NSProcessInfo globallyUniqueString] should do the trick?
Jim