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

File() private method

private File ( IFileSystemWrapper fileSystemWrapper, string path ) : FluentFs.Support
fileSystemWrapper IFileSystemWrapper
path string
return FluentFs.Support
        internal File(IFileSystemWrapper fileSystemWrapper, string path)
        {
            _fileSystemWrapper = fileSystemWrapper;
            Path = path;
        }

Same methods

File::File ( string path ) : FluentFs.Support