Public Function AddStringToTextFile(FileNameAndPath As String, WriteString As String, Optional OnErrReturnStrOnly As Boolean = False) As String
Write a string to the specified text file, adding to any existing file
Read from and write to text file
Write a string to the specified text file, adding to any existing file
Read a string from the specified text file
Write a string to the specified text file, replacing any existing file