File.Open(String, FileMode, FileAccess) Method in C# with Examples
File.Open(String, FileMode, FileAccess) is an inbuilt File class method that is used to open a FileStream on the specified path with the specified mode and access with no sharing.Syntax:Â Â public static System.IO.FileStream Open (string path, System.IO.FileMode mode, System.IO.FileAccess access);