Re: cocoa-dev digest, Vol 2 #1168 - 15 msgs
Re: cocoa-dev digest, Vol 2 #1168 - 15 msgs
- Subject: Re: cocoa-dev digest, Vol 2 #1168 - 15 msgs
- From: Andrew Merenbach <email@hidden>
- Date: Thu, 29 Aug 2002 09:49:19 -0700
That's because files in your public folder are not automatically on your
Homepage site. To access your file with the Hompage URL, you'll need to
use the URL:
http://homepage.mac.com/username/.Public/version.xml
(Note the period and capitalized spelling of Public.)
Take care,
Andrew Merenbach
On Thursday, August 29, 2002, at 07:26 AM, cocoa-dev-
email@hidden wrote:
Message: 5
Date: Wed, 28 Aug 2002 23:57:44 -0700
Subject: NSURL access?
From: Pete <email@hidden>
To: email@hidden
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
--
Andrew Merenbach
_______________________________________________
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.