Re: NSFileManager Help
Re: NSFileManager Help
- Subject: Re: NSFileManager Help
- From: Andrew Farmer <email@hidden>
- Date: Wed, 27 Aug 2008 23:09:39 -0700
On 27 Aug 08, at 17:43, J. Todd Slack wrote:
NSString *applicationSupportDirectory = @"~/Library/Application
Support/Ring-Maker/tmp/"; /* temp scratch space */
If you need "temp scratch space", use the NSTemporaryDirectory()
function - the user's home directory may be on a device with slow
access and/or limited storage, such as a network volume. For more
details on where to put files, see <http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/Articles/WhereToPutFiles.html
>.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden