Gets the path for an app directory.
static String getAppsPath(String appsName) { return join(current, 'apps', appsName); }