currentWorkingDirectory property

String get currentWorkingDirectory

Implementation

static String get currentWorkingDirectory {
  return cwd ?? Directory.current.path;
}