NSURL access?
NSURL access?
- Subject: NSURL access?
- From: Pete <email@hidden>
- Date: Wed, 28 Aug 2002 23:57:44 -0700
Look at the two following pieces of code which access a iDisk directory
for a given xml file. The bottom one which resides on the old iDisk
path works and the one on the new iDisk service doesn't work. Why is
that? I have checked file privileges and they are the same. Any ideas?
productVersionDict = [NSDictionary dictionaryWithContentsOfURL:
[NSURL URLWithString:
@"
http://idisk.mac.com/username/Public/version.xml"]];
productVersionDict = [NSDictionary dictionaryWithContentsOfURL:
[NSURL URLWithString: @"
http://homepage.mac.com/username/version.xml"]];
Pete
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.