getTeamsDir function
Returns the teams directory under the config home.
Implementation
String getTeamsDir() {
return p.join(getNeomageConfigHomeDir(), 'teams');
}
Returns the teams directory under the config home.
String getTeamsDir() {
return p.join(getNeomageConfigHomeDir(), 'teams');
}