Save

Hi how do i save additional text to an open file (not Save As)without displaying the save file dialog.

jbattat



Answer this question

Save

  • carlisle

    You mean like System.IO.File.WriteAllText("some text", "C:\file.txt")


  • Dave Midgley

    Hi Alex that code did create that file with the text inside. What if I would like to open file on the child form add text to that file and select save from the file menu, I hit with exception. Can you assist
  • P K Agarwal

    Unfortunately no. I'm pretty busy at the moment. I bet you'll figure it out pretty soon, as it seems like a fairly trivial task.

    Hope you get it working!


  • Save