Forum Discussion
AlexKaras
11 years agoCommunity Hero
Hi,
Not sure what do you mean as "read", but if you need to open the file using the default program, then something like (VBScript)
CreateObject("WScript.Shell").Run "AFileName.ics", 1, True
should to it.
If you need to read the file as a binary/bytes stream, then OpenBinaryFile/OpenTextFile methods of the aqFile object should be considered.