Hello
I'm trying to get the file path of the image selected in the image picker, but I can't find any reference on how to do this..
Anyone can help me out?
--- this works fine, it shows the image in the ImageView.
NSImage *outputImage = [imagePicker outputImage];
[_imageView setImage:outputImage];
but how to get the file path?
thanks!