getDefaultProjectDirectory static method

String getDefaultProjectDirectory()

Returns the default project directory, which is the current directory.

Implementation

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