mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 13:20:29 -06:00
updated Function to support variables, which needed dots removed from variable names
fixed some issues with renamer
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user