I'm trying to implement a drag and drop interface in a cocoa app that I'm making. I want to accept video files in the drag and drop NSView, but I don't know what the NSPasteboard types are. What NSPasteboard types do I need to accept to be able to get the files path of a video file. Thanks for any help. This is my first cocoa app, so I'm still learning a lot.
