Description of Reading a file using the FileSystemObject :
This tutorial teaches how to create FileSystemObject instance to utilize the File Folder object's properties and methods to read the content of a file. Sample code shows how to check the existence of a file, how to open the file if it exists and how to read the content using the methods of TextStream object and from the in-built program you will learn every step in detail.