File Read-Write Class

By | 2019-09-06

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.

Attachments

FileUploadedSize
1006-20190906-075132-PCCFile.zip9/6/2019 7:51:32 AM5200
Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.