I have an existing NSTableView set up to accept filename dragging from finder. I need to limit the TableView to 10 entries max.
If a user drags in more files than the available slots, should I accept the drop and skim off any excess files, or should I reject the drop?