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())
パラメーター説明
パスconst String&文字列を追加するファイルのパス
内容const String&ファイルに書き込む文字列
エンコーディングconst EncodingPtr&使用する文字エンコーディング

参照