by kannan (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(9 Votes)

This example will explain about How to use the FileSystem Object to do your file operations.
This Object is available in vbScript and in vb also. File and Folder operations can be done
with this object very easily.
This program itself used this object to obtain data from file. Few working examples were added
with this program to understand better.
You will come to know something about FileSystem Object or get some code snippets or ideas from this code.
This example explains about the file operations. Soon I will update the Folder Operations. If anybody
is intrested in doing that I welcome them. It can be simply done by changing the source text file.
The same logic can be used to display similar kind of things.
Note:
The functions CharFound and SeperateString were extensively used by me in almost all of my programs. I suggest
you to use them freely in your code.
Please read the ReadMe.txt
Inputs
Select a topic from the lefthand side list. You can see the description for that topic. If help is
available for the topic View Sample button will be visible. Click the button. You can see some working example of the code.