Hi, I'm a newbie in the objective-c world and I'm finding it a little
hard.
I'm trying to list a directory and then opening the images.
I have everything solved except returning the NSString with the path
to the url format.
For example I have this string:
/Users/zon7/Pictures/2007-08-20 ***ple Javi/S5003130.JPG
with spaces and everything. How do I convert it again to NSURL format?
Thanks.