mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-12 15:38:38 -05:00
FF-1173 - updated for new file service
This commit is contained in:
@@ -92,6 +92,7 @@ public class DeleteSourceDirectory : Node
|
||||
if (IfEmpty)
|
||||
{
|
||||
string libFilePath = args.IsDirectory ? args.FileName : FileHelper.GetDirectory(args.FileName);
|
||||
args.Logger?.ILog("libFilePath: " + libFilePath);
|
||||
return RecursiveDelete(args, path, libFilePath, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user