We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc72616 commit 5c73359Copy full SHA for 5c73359
FroniusSolarApi.Repository/Csv/CsvConfiguration.cs
@@ -46,7 +46,7 @@ public CsvConfiguration(IConfiguration configuration)
46
47
public string GetSaveLocation(string collection)
48
{
49
- return FileLocation + @"\" + collection + "_" + FileName + ".csv";
+ return FileLocation + @"/" + collection + "_" + FileName + ".csv";
50
}
51
52
0 commit comments