Drag & Drop Multiple Files

Ok, I have figured out how to handle dragging and dropping a single file from Finder or Explorer. But I what I need to do is allow a user to drop multiple files at once and be able to handle them. Any suggestions?

If obj.FolderItemAvailable Then Do // stuff for each file dropped Loop Until Not obj.NextItem End If

1 Like

Thank you

You could also mark your question as answered now so that others don’t have to look into this any more.