116117118119120121122123124125126
this.files.clear(); if (path == null) return; this.projectDirectory = new EncogDirectoryPersistence(path); // sort TreeSet<File> folderList = new TreeSet<File>(); TreeSet<File> fileList = new TreeSet<File>();