mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 11:39:44 -06:00
FF-364 - added unzip node
This commit is contained in:
@@ -36,7 +36,7 @@ public class Unzip : Node
|
|||||||
{
|
{
|
||||||
try
|
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)
|
if (System.IO.File.Exists(zip) == false)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user