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 (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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]