225226227228229230231232233234235
resource = (IResource) selection.getFirstElement(); } String path = resource.getFullPath().makeRelativeTo( root.getFullPath() ).toString(); if( path.startsWith( "/" ) && path.length() > 1 ) { path = path.substring( 1 ); } textField.setText( path );