path fix
This commit is contained in:
@@ -20,7 +20,7 @@ Specifies directory, in which MaxBad and MaxGood are applied.
|
||||
"+PathSettingsUtils.INSTUCTIONS
|
||||
)]
|
||||
[SettingPreview(typeof(VisionBuilderStatisticsSettings), nameof(PathTemplatePreview))]
|
||||
public string PathTemplate { get; set; }= @$"..\Data\Statistics\$SS_MONTH_NUM $SS_YEAR\$RECIPE_NAME\";
|
||||
public string PathTemplate { get; set; }= Path.Combine("..", "Data", "Statistics", "$SS_MONTH_NUM $SS_YEAR", "$RECIPE_NAME");
|
||||
|
||||
public string StartDateColumnName { get; set; } = "Start Date";
|
||||
public string StartTimeColumnName { get; set; } = "Start time";
|
||||
|
||||
Reference in New Issue
Block a user