Hi all,

I'm trying to get rid of the last bits of NSString path-based file code, and am 
looking to replace NSTemporaryDirectory().

I've tried this:

NSError* error = nil;
NSURL* url = [fileManager URLForDirectory:NSItemReplacementDirectory
                                 inDomain:NSUserDomainMask
                        appropriateForURL:nil
                                   create:YES
                                    error:&error];

but it returns nil (with no error, bah).  If I pass something for 
'appropriateForURL', it does work, but what to pass when you just want any old 
temp directory?

(Since someone will ask: my exact usage case is in unit test code, I need to 
test a file reader/writer, and just need a place to dump my files.)

Cheers,

-- 
____________________________________________________________
Sean McBride, B. Eng                 s...@rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to