Forum Discussion
AlexeyKolosov
Staff
15 years agoHi Mark,
You need to use the OpenTextFile methods like this:
or
For more information, refer to the aqFile Object help topic and this MSDN Library article.
Do these approaches work for you?
You need to use the OpenTextFile methods like this:
F = fso.OpenTextFile(fileToReadFrom, ForReading, false, -1);
or
F = aqFile.OpenTextFile(fileToReadFrom, aqFile.faRead, aqFile.ctUTF8);
For more information, refer to the aqFile Object help topic and this MSDN Library article.
Do these approaches work for you?