File target = new File(currentpath);
String relPath = "";
relPath = file.getProjectRelativePath().toString();
RelativePath relpather = new RelativePath();
relPath = relpather.getRelativePath(target, dropped);
// System.out.println("Dropped File: " +
// dropped.getAbsolutePath());
// System.out.println("Target File: " +
// target.getAbsolutePath());