485 Views
The following 4 methods can be used to create a text file in C#. In this article and code sample, we will learn how to use these methods to create text files. File.Create File.CreateText FileInfo.Create FileInfo.CreateText The File.Create() method takes a file name with the full path as its first and required parameter and creates a file at the specified location.
0 comments