Topic: Bug report: wrong link added to drop bar when file is hard linked

OS X version: 10.10.1
Dropzone version: Version 3.2.3 Build 722

Issue description:
When a file is hard linked to another file, and you drag the file onto the drop bar, then the hard link might instead end up in the drop bar.

Steps to reproduce:
1. In a tty:

> touch file1
> ln file1 file2

2. Drag and drop file1 onto the drop bar.

Expected behavior:
file1 should appear on the drop bar.

Actual behavior:
file2 appears on the drop bar instead.

Re: Bug report: wrong link added to drop bar when file is hard linked

Finder has this same behaviour though, after you create the link try dragging file1 into another folder and you'll see that it actually moves file2. So I'm going to assume this behaviour is correct.

Yoink does the same thing as well.