path fix
This commit is contained in:
@@ -25,7 +25,7 @@ Specifies directory, in which MaxBad and MaxGood are applied.
|
||||
"+ PathSettingsUtils.INSTUCTIONS
|
||||
)]
|
||||
[SettingPreview(typeof(VisionBuilderRingbufferSettings), nameof(ImagesPathTemplatePreview))]
|
||||
public string Root { get; set; } = @"..\Data\Ringbuffer\$SS_MONTH_NAME $SS_YEAR";
|
||||
public string Root { get; set; } = Path.Combine("..", "Data", "Ringbuffer", "$SS_MONTH_NAME $SS_YEAR");
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user