updated Function to support variables, which needed dots removed from variable names

fixed some issues with renamer
This commit is contained in:
reven
2021-11-25 12:20:07 +13:00
parent c59a8ee0e3
commit 6db92b2475
15 changed files with 140 additions and 59 deletions

View File

@@ -69,7 +69,7 @@
var dest = args.GetSafeName(Path.Combine(destFolder, newFile));
args.Logger?.ILog("Renaming file to: " + dest.FullName.Substring(destFolder.Length+1));
args.Logger?.ILog("Renaming file to: " + dest.FullName);
if (string.IsNullOrEmpty(CsvFile) == false)
{