Re: Cant figure out images
Re: Cant figure out images
- Subject: Re: Cant figure out images
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 10 Mar 2009 22:23:54 -0600
On Mar 10, 2009, at 6:45 PM, Etienne Gignac Bouchard wrote:
testUrl = [NSURL URLWithString:@"/Users/Etienne/Desktop/logo.gif"];
That's not a URL; that's a POSIX path. If you want a file URL, then
use +fileURLWithPath: instead.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden