IPath relativePath = (IPath) entry.getKey();
LinkDescription linkDescription = (LinkDescription) entry
.getValue();
IPath linkPath = new Path(linkDescription
.getLocationURI().getPath());
IPath filePath = new Path(localFile
.toLocalFile(EFS.NONE, null)
.getAbsolutePath());
if (linkPath.isPrefixOf(filePath)) {
filePath = filePath.removeFirstSegments(
linkPath.segmentCount()).setDevice(