getCurrentDirectory method

String getCurrentDirectory()

Returns the current working directory.

Implementation

String getCurrentDirectory() {
  return currentDirectory;
}