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& | 使用する文字エンコーディング |
参照
- Class String
- Typedef EncodingPtr
- Class File
- Namespace System::IO
- Library Aspose.Page for C++