mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 05:30:21 -06:00
FF-364 - added unzip node
This commit is contained in:
@@ -47,7 +47,7 @@ public class Unzip : Node
|
||||
string destDir = args.ReplaceVariables(DestinationPath, stripMissing: true, cleanSpecialCharacters: true);
|
||||
|
||||
ZipFile.ExtractToDirectory(zip, destDir);
|
||||
return -1;
|
||||
return 1;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user