mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-31 21:29:46 -06:00
FF-1724: New flow element move directory
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user