mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 07:49:43 -06:00
FF-1001 - unpack node
This commit is contained in:
@@ -323,6 +323,18 @@
|
||||
"Body-Help": "The body of the request being sent. Variables can be used in this field."
|
||||
}
|
||||
},
|
||||
"Unpack": {
|
||||
"Description": "Allows you to unpack an archive (zip, rar, tar, etc)",
|
||||
"Outputs": {
|
||||
"1": "File Unpacked"
|
||||
},
|
||||
"Fields": {
|
||||
"DestinationPath": "Destination Folder",
|
||||
"DestinationPath-Help": "The destination folder where to unpack the file.",
|
||||
"File": "File",
|
||||
"File-Help": "The name of the file to unpack. Can be left blank and if so the current working file will be used."
|
||||
}
|
||||
},
|
||||
"Unzip": {
|
||||
"Description": "Allows you to unzip a file",
|
||||
"Outputs": {
|
||||
|
||||
Reference in New Issue
Block a user