getAppsPath static method

String getAppsPath(
  1. String appsName
)

Gets the path for an app directory.

Implementation

static String getAppsPath(String appsName) {
  return join(current, 'apps', appsName);
}