@Override
 public OutputStream openOutputStream(int options, IProgressMonitor monitor) throws CoreException {
   return TREE.openOutputStream(path, options);
 }