drag'n'drop destination: Finder (how??)

Hey. I’m working on an application right now to store documents (specifically, ebooks) in an application similar in behavior to itunes and I’m stuck on what kind of handler would deal with dragging a row out of a table view onto the desktop or into a finder window to copy out the file. I’ve got handlers setup for dragging -into- the program, on prepare table drop, on prepare table drag, on accept table drop. I’m using xcode to write the application in applescript. Also, I have made sure rows are a registered drag type with the table view and I can drag them around when I test the program (thanks to the examples in developer tools). Anyone have an idea how to do this?

Cheers :stuck_out_tongue:

(I’ve also posted to the applescript:xcode group, but no nibbles so far)