diff --git a/src/TwincatToolbox/Controls/LogConfigViewModel.cs b/src/TwincatToolbox/Controls/LogConfigViewModel.cs index 0db7b30..383b8a9 100644 --- a/src/TwincatToolbox/Controls/LogConfigViewModel.cs +++ b/src/TwincatToolbox/Controls/LogConfigViewModel.cs @@ -54,7 +54,7 @@ private async Task SelectFolder() { { Debug.WriteLine(file.Path); } - LogFolder = files[0]?.Path.AbsolutePath ?? string.Empty; + LogFolder = files[0]?.Path.LocalPath ?? string.Empty; } }