rootFolder property

String? rootFolder

Implementation

String? get rootFolder {
  return _driver.analysisContext?.contextRoot.root.path;
}