File _file = new File(_portableString);
_file.delete();
}
erlProject.dispose();
IErlModel _model = this.getModel();
_model.resourceChanged(null);
IErlModel _model_1 = this.getModel();
_model_1.open(null);
}
public IErlModule createModuleFromText(final String name, final String initialText) {