NSPasteboard: writing non-existent filename
NSPasteboard: writing non-existent filename
- Subject: NSPasteboard: writing non-existent filename
- From: Karim Morsy <email@hidden>
- Date: Mon, 29 May 2006 17:30:10 +0200
hi,
the type I declare for the PasteBoard is NSFilesnamePboardType.
when I write the string (path) of a file to the pasteboard, I add
encoded information for the receiver view of the drag & drop
operation in a prepended string (the view then parses the string,
obtains the info and returns the correct file name).
so for example instead of writing @"/tmp/someFile" to the pasteboard
I do @"/***someInfo***/tmp/someFile".
I'm getting an error message in the run log: "can't create FSRef ....".
apart from this, things work as desired. So I was wondering, if it's
just that error message that's displayed or if this can cause a crash ?
thanks,
Karim
_______________________________________________
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