System::IO::File::AppendAllText method

File::AppendAllText method

使用指定的编码,将指定字符串追加到指定文件。

static void System::IO::File::AppendAllText(const String &path, const String &contents, const EncodingPtr &encoding=Text::Encoding::get_UTF8Unmarked())
参数类型描述
路径const String&要追加字符串的文件路径
内容const String&写入文件的字符串
encodingconst EncodingPtr&要使用的字符编码

另见