mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-06 08:49:25 -05:00
FF-1967: replace original now sets as working file
This commit is contained in:
@@ -83,6 +83,7 @@ public class ReplaceOriginal : Node
|
||||
args.Logger?.ELog("Failed to move file to: " + dest + Environment.NewLine + error);
|
||||
return -1;
|
||||
}
|
||||
args.SetWorkingFile(dest);
|
||||
|
||||
if (string.Equals(dest, args.FileName, StringComparison.CurrentCultureIgnoreCase) == false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user