public void Do(BuildScenario conf, int target, BuildLog log) { var path = conf.InterpolateString(Path, target); Directory.CreateDirectory(path); }