|
@@ -35,7 +35,7 @@ namespace RevitToJBim
|
|
context.Parser.Parse(report);
|
|
context.Parser.Parse(report);
|
|
var result = context.Serialize();
|
|
var result = context.Serialize();
|
|
string fileName = DateTime.Now.ToString("yyyyMMddhhmmss");
|
|
string fileName = DateTime.Now.ToString("yyyyMMddhhmmss");
|
|
- string path = Path.Combine("C", $"{fileName}.json");
|
|
|
|
|
|
+ string path = Path.Combine(@"D:\", $"{fileName}.json");
|
|
File.WriteAllText(path, result);
|
|
File.WriteAllText(path, result);
|
|
}
|
|
}
|
|
}
|
|
}
|