HFILE Data Type

The handle for an open file. A file handle provides you with a means to identify, and therefore to access, a specific file. The FileOpen function returns an HFILE that you can then pass to such functions as FileReadLine to identify a particular open file that FileReadLine is to read. 4Test defines this alias data type as follows:
type HFILE is HANDLE