projectPathFromSessionDir function

String projectPathFromSessionDir()

Implementation

String projectPathFromSessionDir() {
  return Directory(sessionDirPath).parent.path;
}