On 03/08/2009, at 4:07 PM, Deepa wrote:
I am developing an desktop app for which I want to implement a
behavior which is similar to 'New from clipboard' of Preview
application.
I tried using NSPasteboard:
// To get file copied to clipboard from Finder
NSArray *files = [[NSPasteboard gener
Hi,
I am developing an desktop app for which I want to implement a
behavior which is similar to 'New from clipboard' of Preview
application.
I tried using NSPasteboard:
// To get file copied to clipboard from Finder
NSArray *files = [[NSPasteboard generalPasteboard]
propertyListForType: