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

File() public method

public File ( string path ) : FluentFs.Support
path string Path to the file
return FluentFs.Support
        public File(string path)
            : this(new FileSystemWrapper(), path)
        {
        }

Same methods

File::File ( IFileSystemWrapper fileSystemWrapper, string path ) : FluentFs.Support