FF-1724: New flow element move directory

This commit is contained in:
John Andrews
2024-08-15 07:12:19 +12:00
parent 45fb2ab514
commit 2bdfea4999

View File

@@ -1,3 +1,4 @@
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.IO;
using FileFlows.Plugin;
@@ -39,6 +40,7 @@ public class MoveFolder : Node
/// Gets or sets a sub folder should be created
/// </summary>
[Boolean(3)]
[DefaultValue(true)]
public bool CreateSubfolder { get; set; }
/// <inheritdoc />