FolderFile.section constructor
FolderFile.section(
- String name
Implementation
FolderFile.section(String name) {
this.name = name;
this.section = true;
}
FolderFile.section(String name) {
this.name = name;
this.section = true;
}