mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 23:19:30 -06:00
updated replace original to fail if fails to replace the original
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
if(args.MoveFile(dest) == false)
|
||||
{
|
||||
args.Logger?.ELog("Failed to move file to: " + dest);
|
||||
return 1;
|
||||
return -1;
|
||||
}
|
||||
if (dest.ToLower() != args.FileName.ToLower())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user