February 8, 2015
We shall use File System object to open a File and read its content through 'Read','ReadAll'
and 'ReadLine' methods of a File, opened in Reading mode.
We can open a file in three different mode for reading ,writing and appending.Const is a reserved
keyword in VB Script which is used to declare constant variables in script.OpenTextFile
is method of FileSystemObject which is used to open files.
1.'Example of Read method of File object, Read Method takes parameter as number of
specified characters that should be read
and 'ReadLine' methods of a File, opened in Reading mode.
We can open a file in three different mode for reading ,writing and appending.Const is a reserved
keyword in VB Script which is used to declare constant variables in script.OpenTextFile
is method of FileSystemObject which is used to open files.
1.'Example of Read method of File object, Read Method takes parameter as number of
specified characters that should be read