This commit is contained in:
John Andrews
2022-07-08 21:03:45 +12:00
parent 26d4a7252c
commit 1abbf3dcc6

View File

@@ -5,6 +5,9 @@ namespace FileFlows.BasicNodes.File
using FileFlows.Plugin.Attributes;
using FileFlows.Plugin.Helpers;
/// <summary>
/// Node that copies a file
/// </summary>
public class CopyFile : Node
{
public override int Inputs => 1;