Drag and drop OUT of a Juce application/plugin?

Is it possible in Juce to start a drag operation from a Component and then end up dropping outside the Juce app/plugin itself, probably a non-Juce target? (ie, for example drag and drop a rendered audio file into a 3rd party audio player such as Foobar2000 or Winamp etc...)

Of course - see DragAndDropContainer::performExternalDragDropOfFiles

Thanks, I somehow missed this from the class index...(Didn't test it yet though)