System::IO::File::AppendAllText 方法

File::AppendAllText method

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

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

另见