Re: NSURL problems on the Internet
Re: NSURL problems on the Internet
- Subject: Re: NSURL problems on the Internet
- From: Raff <email@hidden>
- Date: Wed, 7 Aug 2002 01:33:48 +0200
Did you try this?
data = [NSData initWithContentsOfURL:[NSURL URLWithString:theUrl]];
if(data)
[data writeToFile:[destFile stringByExpandingTildeInPath]
atomically:YES];
else
??
I didn't.
Well, it works perfectly !
(except that the class method name is '+dataWithContentsOfURL').
Merci beaucoup !
Raphakl Delcroix
_______________________________________________
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.