getCurrentWorkingDirectory static method

String getCurrentWorkingDirectory()

Gets the current working directory path

Implementation

static String getCurrentWorkingDirectory() {
  return Directory.current.path;
}