This commit is contained in:
John Andrews
2022-07-09 00:39:32 +12:00
parent f38806bcb3
commit 211d998fe4
10 changed files with 14 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ namespace FileFlows.BasicNodes.File
public override FlowElementType Type => FlowElementType.Input;
public override string Icon => "far fa-file";
public override string HelpUrl => "https://docs.fileflows.com/plugins/basic-nodes/input-file";
public override int Execute(NodeParameters args)
{
try