ファイル
var fs = new FileSystem; var f = fs.SaveDialog("保存","テキスト ファイル(*.txt)=*.txt", "txt","Readme.txt"); f.Write(data); f.Close();