how to create empty text file in c#

170

how to create empty text file in c# -

using (File.Create(filename)) ;

Comments

Submit
0 Comments