1 line
77 B
C#
1 line
77 B
C#
System.IO.File.WriteAllText("filename.txt", "This file contains a string.");
|
System.IO.File.WriteAllText("filename.txt", "This file contains a string.");
|