/// <summary> /// Method for save the folders in tree view. /// </summary> public void SaveFolders() { FolderUtil.SaveTree(this.folderTreeView); }