getCurrentDir static method

String getCurrentDir()

Implementation

static String getCurrentDir() {
  return Directory.current.toString();
}