Re: Getting an image path from NSImageView
Re: Getting an image path from NSImageView
- Subject: Re: Getting an image path from NSImageView
- From: Anish Kumar <email@hidden>
- Date: Mon, 21 Mar 2005 10:21:54 +0530
Hi,
If your application is a document based application, then probably you
can use NSDocuments filename method to get the path to your image.
something like:-
NSString *myImagePath = [myDocument filename];
Try this if it helps you anyway....
regards,
-Anish,
http://www.qubyx.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden