diff --git a/File_Engine/Create/FSDirectory.cs b/File_Engine/Create/FSDirectory.cs index 785858b..05c93c1 100644 --- a/File_Engine/Create/FSDirectory.cs +++ b/File_Engine/Create/FSDirectory.cs @@ -39,7 +39,6 @@ public static partial class Create /**** Private Methods ****/ /***************************************************/ - [Input("parentDirectory", "Path of parent Directory of the directory. You can also specify a string path.")] [Input("dirFullPath", "Name of the directory.")] [Description("Creates a oM.Adapters.File.FSDirectory object from the input full path.")] [Output("The created oM.Adapters.File.FSDirectory object.")]