protected void printCwd(Engine engine) {
   engine.println("Current folder is " + engine.toString(engine.getCwd()));
 }