mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-31 02:20:42 -06:00
FF-364 - added unzip node
This commit is contained in:
@@ -36,7 +36,7 @@ public class Unzip : Node
|
||||
{
|
||||
try
|
||||
{
|
||||
var zip = args.ReplaceVariables(Zip ?? string.Empty, stripMissing: true)?.EmptyAsNull() ?? args.WorkingFile);
|
||||
var zip = args.ReplaceVariables(Zip ?? string.Empty, stripMissing: true)?.EmptyAsNull() ?? args.WorkingFile;
|
||||
|
||||
if (System.IO.File.Exists(zip) == false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user