getCurrentDirectory method

String getCurrentDirectory()

Get the current working directory

Implementation

String getCurrentDirectory() {
  return Directory.current.path;
}