File Read-Write Class
It’s a simple VB Class that can be used to write to or read from a sequential file. You can create a new file, or can add text to an existing file using the WriteToFile method. the WriteMode Property determines whether to add or create a new file. The ReadFromFile method returns the text of the file, also… Read More »