bin hu

bin hu

  • NA
  • 1
  • 0

how to make some entry on opened text file?

Jul 10 2007 9:12 AM
hi all

I used

        System.Diagnostics.Process.Start _
        ("D:\somepath\somefile.txt")

to open a txt file.  My question is how to make some entry when the file is being opened?

say for example if I click on a buttom in my project, it opens the txt file and enter "123abc<enter>"

on the txt file


Answers (1)