worldManifestPath function

String worldManifestPath(
  1. String featureDir,
  2. String scenario
)

The manifest path for scenario under featureDir.

Implementation

String worldManifestPath(String featureDir, String scenario) =>
    p.join(worldsDirOf(featureDir), '$scenario.world.json');