skip to content
User Tools
Site Tools
Search
Tools
Show pagesource
Backlinks
Media Manager
Log In
>
Trace:
•
2023-06-19_c_file.appendtext_and_file.createtext
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
File.AppendText(String) Method
File.CreateText(String) Method
TAGS
47 person(s) visited this page until now.
Back
Permalink
blog/2023-06-19_c_file.appendtext_and_file.createtext.txt
· Last modified: 2023/06/19 11:51 by
jethro
Page Tools
Log In
Show pagesource
Back to top
Print
Backlinks
Media Manager
oeffentlich