popd function

void popd()

popd

Implementation

void popd() {
  setCwd(_cwdStack.pop());
}