getDefaultProjectDirectory static method
Returns the default project directory, which is the current directory.
Implementation
static String getDefaultProjectDirectory() {
return Directory.current.path;
}
Returns the default project directory, which is the current directory.
static String getDefaultProjectDirectory() {
return Directory.current.path;
}