FluentFs.Core.Directory.Directory C# (CSharp) Method

Directory() public method

Creates a new Directory object
public Directory ( string path ) : System.IO
path string Path to the folder
return System.IO
        public Directory(string path)
            : this(new FileSystemWrapper(), new FileSetFactory(),  path)
        {
        }

Same methods

Directory::Directory ( IFileSystemWrapper fileSystemWrapper, IFileSetFactory fileSetFactory, string path ) : System.IO