Forum Discussion

rachelle's avatar
rachelle
Contributor
14 years ago

Is there a way for TC8 to check log files?

Hi,



Our current application uses OCR and after processing each file it creates a log file. And the filename is output after processing usually has the format of the filename and then the current date. How does TC check the functionality if the file was processed successfully in the log file?

1 Reply

  • karkadil's avatar
    karkadil
    Valued Contributor
    Have a look at object aqFile, it contains a lot of useful methods.



    For instance, you can check that file exists (method aqFile.Exists) or verify its content (method aqFile.ReadWholeTextFile)