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

Directory() private method

private Directory ( IFileSystemWrapper fileSystemWrapper, IFileSetFactory fileSetFactory, string path ) : System.IO
fileSystemWrapper IFileSystemWrapper
fileSetFactory IFileSetFactory
path string
return System.IO
        internal Directory(IFileSystemWrapper fileSystemWrapper, IFileSetFactory fileSetFactory, string path)
        {
            _fileSystemWrapper = fileSystemWrapper;
            _fileSetFactory = fileSetFactory;
            _path = path;
        }

Same methods

Directory::Directory ( string path ) : System.IO