IPath path = new Path(filePath);
String parentPath = path.removeLastSegments(1).toOSString();
IFileStore fileStore = EFS.getLocalFileSystem().getStore(
new Path(parentPath));
fileStore = fileStore.getChild(path.lastSegment());
if (!fileStore.fetchInfo().isDirectory()
&& fileStore.fetchInfo().exists()) {
IWorkbenchPage page = DLTKUIPlugin.getActivePage();