編集メニュー > 新規作成 編集 コピー 名前の変更 アップロード 添付ファイル一覧 バックアップ

* TString [#j2367ba5]

** 拡張子変更 [#kce06b2d]
 root [0] TString str("root/temp.root")
 root [1] str.ReplaceAll(".root",".txt")
 (class TString)"root/temp.txt"
 root [2] str.Data()
 (const char* 0x97e1498)"root/temp.txt"