Skip to content

Instantly share code, notes, and snippets.

@csharpforevermore
Created September 9, 2020 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csharpforevermore/529fda446cc10601b581e7c32c11b31b to your computer and use it in GitHub Desktop.
Save csharpforevermore/529fda446cc10601b581e7c32c11b31b to your computer and use it in GitHub Desktop.
C# - Create a text file - by writing to a path
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