getPagePath static method
Gets the path for a page directory.
Implementation
static String getPagePath(
String appsName, String featureName, String pageName) {
return join(getFeaturePath(appsName, featureName), 'lib', pageName);
}
Gets the path for a page directory.
static String getPagePath(
String appsName, String featureName, String pageName) {
return join(getFeaturePath(appsName, featureName), 'lib', pageName);
}