VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



File System 2.4

by Harry Maugans (6 Submissions)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

File System 2.4 is an ActiveX DLL that i made to make editing files easier. If you don't want to use a database for whatever reason, (like to little data in your project) text files are probably your next best bet. With this DLL (source IS included) you first call a function to set the file you are working with. Then you use fuctions like XAppend to append to the end of the file, XAddToLine to add some text to the end of the line by entering an any length string that the line begins with and it finds the line and adds the text to the end of it. You can delete lines with the function Xdelete, where you specify an any length string and it finds the line that begins with it and deletes only that line from the file. Use the DLL in your project by going to Add Refrences and selecting the DLL. All the features are then avalible for you to use in your project.

Rate File System 2.4

Download File System 2.4

Download File System 2.4 (4 KB)

File System 2.4 Comments

No comments have been posted about File System 2.4. Why not be the first to post a comment about File System 2.4.

Post your comment

Subject:
Message:
0/1000 characters