How do I create a text file and write to the text file. I am trying to create a log.txt which will be used throughout my database to log activities taking place.
For example, if a user clicks a button (which has a piece of code in the on click event which writes a line to the text file) I want it to add the line specified in the code.
Please help. Say if you don't understand I will attempt to word it better.
Thanks, Emdiesse.
For example, if a user clicks a button (which has a piece of code in the on click event which writes a line to the text file) I want it to add the line specified in the code.
Please help. Say if you don't understand I will attempt to word it better.
Thanks, Emdiesse.