0
How Can l create files straight in c#,?
without a first create manually
3 ответов
0
guys
0
you could use an IDE, like visual studio, mono develop, etc...
0
System.IO.File.WriteAllText(Path, "");
Check out IO namespace for other applications...
without a first create manually