User Tools

Site Tools


Action disabled: source
blog:2023-06-19_c_file.appendtext_and_file.createtext



2023-06-19 C#: Memo for File.AppendText and File.CreateText

  • Memo for File.AppendText and File.CreateText
  • AppenText(String)
    • Creates a StreamWriter that appends UTF-8 encoded text to an existing file, or to a new file if the specified file does not exist.
  • File.CreateText(String)
    • Creates or opens a file for writing UTF-8 encoded text. If the file already exists, its contents are overwritten.

Detail

TAGS

  • 4 person(s) visited this page until now.

blog/2023-06-19_c_file.appendtext_and_file.createtext.txt · Last modified: 2023/06/19 11:51 (external edit)