• 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
NSURL access?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: Multiple Help menus in Jaguar
  • Next by Date: Re: Strange problem
  • Previous by thread: [ANN] Cocoa Browser ver 0.4
  • Next by thread: Re: NSURL access?
  • Index(es):
    • Date
    • Thread