• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSURL access?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.
  • Prev by Date: Getting the state of the option key...
  • Next by Date: Re: Cocoa Info
  • Previous by thread: NSURL access?
  • Next by thread: gcc 2.95/3.1 switch for C++ tools not working?
  • Index(es):
    • Date
    • Thread