I wrote this code for a "save" button
{ File.WriteAllText(ofd.FileName, textBox1.Text); }
And I want to