streamwriter

  1. lukaiss

    Question Saving and reading from a text file

    Hi, I need help please. I'm doing a project in .net maui that logs cultural events and adds them to a list. I would need help to save the items in the list to a text file .txt when inserting or editing and to load the saved items back when the program is started. I need to use StreamWriter and...
  2. K

    Encrypt text which comes to StreamWriter from Console.SetOut

    Hi, I run the other assembly from my program and I've redirected the output to the file. I would like to encrypt (at least the simple XOR) output from the other assembly in "real time". I will show this on snippet: FileStream streamer; StreamWriter writer; TextWriter oldOut =...
  3. N

    SystemFileWatcher event not raised after File.WriteAllLines

    Hello, My app write to file and I also set systemfilewatcher on that file to monitor changes. filewatcher is used for case when there is more than one instance of this app is running and they all will write to the same file so all the other instances of this app will be updated. when I use...
Back
Top Bottom