System::IO::File::CreateText メソッド

File::CreateText method

UTF-8 エンコードされたテキストを書き込むために、新規または既存のファイルを作成または開きます。

static StreamWriterPtr System::IO::File::CreateText(const String &path)
パラメーター説明
パスconst String&作成または開くファイルのパス

ReturnValue

指定されたファイルに関連付けられた StreamWriter オブジェクトへの共有ポインタ

参照