All articles with keyword "FileSystemObject"
Combining Text Files
A user asked if it was possible to combine multiple text files into a single file using Visual Basic. The short answer is yes. There are several ways to do this...
Click for more...
Parsing a File
A reader asked about easy ways to parse files that are delimited. In a delimited file, a particular character, such as a comma or tab, separates each field. If ...
Click for more...
Using COM Objects from VB
A common question I get is about using COM objects or components within Visual Basic. Any object you use within Visual Basic (leaving out DCOM and COM+ for now)...
Click for more...
|