| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
OK, that's good to know. However, when I do:
NSURL *temp = [NSURL fileURLWithPath:[@"~/Desktop/Songs.xml" stringByExpandingTildeInPath]];
if ([myDictionary writeToURL:temp atomically:YES] == YES) {
NSLog(@"worked");
} else {
NSLog(@"failed");
}
it always outputs "failed".
Any other ideas?
--Andy _______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
| References: | |
| >Dictionary won't write to disk (From: Dave DeLong <email@hidden>) | |
| >Re: Dictionary won't write to disk (From: Andy Lee <email@hidden>) | |
| >Re: Dictionary won't write to disk (From: Dave DeLong <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.