Create


Creates and opens a file returning a FileStream object that is initialised for both reading and writing.
The FileStream is positioned at the beginning of the file.
If the file already exists then the file is truncated and any existing data is lost.
You can also specify the buffer size.

System.IO.File.Create(file [,buffersize]); 


© 2023 Better Solutions Limited. All Rights Reserved. © 2023 Better Solutions Limited TopPrevNext