goUp method
void
goUp()
Implementation
void goUp() {
workingDirectory = VPaths.parentOf(workingDirectory);
selection.add([]);
update();
}
void goUp() {
workingDirectory = VPaths.parentOf(workingDirectory);
selection.add([]);
update();
}