Hi guys
I am opening text files in vbscript, and need to discover if I should use TriStateTrue or TriStateFalse.
e.g.
is there a way to interrogate the file before I open it? If I open in the wrong format, the output is garbage.
I am opening text files in vbscript, and need to discover if I should use TriStateTrue or TriStateFalse.
e.g.
Code:
Set objInputFile = objFSO.OpenTextFile(strFilePath, ForReading, False, TristateTrue)
is there a way to interrogate the file before I open it? If I open in the wrong format, the output is garbage.