changeToParentDirectory abstract method
void
changeToParentDirectory()
Changes the current working directory to the parent directory. Implementations must handle path resolution and update the internal state correctly, including checks for navigating above the root.
Implementation
void changeToParentDirectory();