NSFilenamesPboardType for copy/paste and not just drag drop
NSFilenamesPboardType for copy/paste and not just drag drop
- Subject: NSFilenamesPboardType for copy/paste and not just drag drop
- From: "Cocoa Dummy" <email@hidden>
- Date: Fri, 12 Dec 2008 22:15:17 -0600
Hello, I am attempting to implement a Copy from my application for files
on a remote server that are displayed in a listview. This is an ftp type
client. I cannot seem to implement these file copies from my app to where
you can paste them in finder, though similar attempts work for drag/drop.
I initialliy tried NSFilesPromisePboardType as the type for the
pasteboard, which would be ideal, but I could not get it to work. I then
tried NSFilenamesPboardType; "Paste" would not show up in finder menus, but
I could paste the filenames into TextEdit. These both work for drag/drop.
Are they not supported for copy/paste operations?
Thanks,
Sean
_______________________________________________
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