Re: NSURL access?
Re: NSURL access?
- Subject: Re: NSURL access?
- From: Pete <email@hidden>
- Date: Thu, 29 Aug 2002 10:52:10 -0700
Andrew,
The stuff on the Homepage URL works fine without the "." or the
"Public" pathing, but the new stuff which I have on .Mac's iDisk URL
won't work with ".Public" either and you can't copy stuff any more on
the root level of your iDisk. It's my thinking .Mac Team has done
something with the new .Mac service which hinders Cocoa's NSURL. But,
If anyone has a way around I sure would like to use it.
Pete
*********** Doesn't Work ***************
productVersionDict = [NSDictionary dictionaryWithContentsOfURL: [NSURL
URLWithString: @"
http://idisk.mac.com/username/Public/version.xml"]];
*********** Works ****************
productVersionDict = [NSDictionary dictionaryWithContentsOfURL: [NSURL
URLWithString: @"
http://homepage.mac.com/username/version.xml"]];
_______________________________________________
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.