Update On Sat Jan 18 19:31:20 CET 2025

This commit is contained in:
github-action[bot]
2025-01-18 19:31:20 +01:00
parent fa095268c5
commit a0a080a641
57 changed files with 1754 additions and 1115 deletions

View File

@@ -248,7 +248,7 @@ namespace ServiceLib.ViewModels
{
foreach (var subDir in dir.GetDirectories())
{
FileManager.CopyDirectory(subDir.FullName, toPath, false, null);
FileManager.CopyDirectory(subDir.FullName, toPath, false, true);
subDir.Delete(true);
}
}