On Mon, 3 Jun 2013 01:17:38 -0700, Quincey Morris said:

>The sample code tries to create a subdirectory inside the directory
>pointed to by NSTemporaryDirectory(). If this code is running in the
>context of an app sandbox, then there should be no problem creating a
>subdirectory in its temp dir. If the code is running in (say) a
>background worker process, then it should have its own temp dir, and
>there should still be no problem.
>
>All of which makes me wonder if NSTemporaryDirectory() just isn't
>available in the worker process, for some non-apparent reason. In that
>case, isn't there a Unix-ey temp dir to use instead (/var/something or /
>usr/something)?

NSTemporaryDirectory() is an old path-based API.  Perhaps the newer URL-based 
APIs (URLForDirectory:inDomain:appropriateForURL:create:error:) might return a 
more appropriate temp directory...

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