System.IO.FileSystem.Open C# (CSharp) Method

Open() public abstract method

public abstract Open ( string fullPath, FileMode mode, FileAccess access, FileShare share, int bufferSize, FileOptions options, FileStream parent ) : FileStream
fullPath string
mode FileMode
access FileAccess
share FileShare
bufferSize int
options FileOptions
parent FileStream
return FileStream
        public abstract FileStream Open(string fullPath, FileMode mode, FileAccess access, FileShare share, int bufferSize, FileOptions options, FileStream parent);
        public abstract void MoveFile(string sourceFullPath, string destFullPath);