Skip to content

Commit 78c6292

Browse files
committed
Adding the missing Directory.create part.
1 parent 55ae188 commit 78c6292

File tree

1 file changed

+1
-0
lines changed
  • eFormAPI/Plugins/BackendConfiguration.Pn/BackendConfiguration.Pn/Services/ExcelService

1 file changed

+1
-0
lines changed

eFormAPI/Plugins/BackendConfiguration.Pn/BackendConfiguration.Pn/Services/ExcelService/ExcelService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ public Task<Stream> GenerateTaskTracker(List<TaskTrackerModel> model)
708708
localizationService.GetString("Deadline")
709709
};
710710

711+
Directory.CreateDirectory(Path.Combine(Path.GetTempPath(), "results"));
711712
var resultDocument = Path.Combine(Path.GetTempPath(), "results",
712713
$"{localizationService.GetString("Task calendar")}.xlsx");
713714

0 commit comments

Comments
 (0)