Project Type: VB 6.0 Class

Content: Visual Basic 6.0 Source Code

Description:

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 sets the FileText property of text array with each line of File Text. A sample test form is included with the project. Trying with its properties and methods will give you a better understanding.

Click the following link to download the project:

FileReadWrite.zip (5.05 kb)