IPath path = location.makeAbsolute();
f = path.toFile();
}
} else if (editorInput instanceof PydevFileEditorInput) {
PydevFileEditorInput pyEditorInput = (PydevFileEditorInput) editorInput;
f = pyEditorInput.getPath().toFile();
} else {
try {
if (editorInput instanceof IURIEditorInput) {
IURIEditorInput iuriEditorInput = (IURIEditorInput) editorInput;