Created
September 9, 2020 20:50
-
-
Save csharpforevermore/529fda446cc10601b581e7c32c11b31b to your computer and use it in GitHub Desktop.
C# - Create a text file - by writing to a path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.IO.File.WriteAllText(filePath, "Hello World!", System.Text.Encoding.UTF8); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment