Re: unique temporary file name
Re: unique temporary file name
- Subject: Re: unique temporary file name
- From: Deborah Goldsmith <email@hidden>
- Date: Tue, 16 May 2006 17:21:45 -0700
Also:
man tempnam
Deborah Goldsmith
Internationalization, Unicode liaison
Apple Computer, Inc.
email@hidden
On May 16, 2006, at 4:51 PM, Ryan Britton wrote:
Here's a snippet from some code I use to get a unique, temporary
path name:
CFUUIDRef uuid = CFUUIDCreate(NULL);
CFStringRef uuidString = CFUUIDCreateString(NULL, uuid);
CFRelease(uuid);
[self setTemporaryStore:[NSTemporaryDirectory()
stringByAppendingPathComponent:(NSString *) uuidString]];
CFRelease(uuidString);
On May 16, 2006, at 4:42 PM, Angelo Chen wrote:
Hi,
How to obtain a unique file name from a directory? thanks
---------------------------------
Sneak preview the all-new Yahoo.com. It's not radically
different. Just radically better.
_______________________________________________
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
_______________________________________________
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
_______________________________________________
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