File.Create(String, Int32) Method in C# with Examples
File.Create(String, Int32) is an inbuilt File class method which is used to overwrite an existing file, specifying a buffer size else create a new file if the specified file is not existing.Syntax:Â Â public static System.IO.FileStream Create (string path, int bufferSize); Parameter: This function ac