*/
public Controller getEditorController(OLATResourceable res, UserRequest ureq, WindowControl wControl) {
// only unzips, if not already unzipped
File cpRoot = FileResourceManager.getInstance().unzipFileResource(res);
LocalFolderImpl vfsWrapper = new LocalFolderImpl(cpRoot);
return new CPEditMainController(ureq, wControl, vfsWrapper, res);
}