ATEasy file handle.
Short
AFile is an ATEasy file handle for use by the procedures in the FileSystem module of the Internal Libraries. FileCreate and FileOpen return this handle, and pass the handle to other procedures to perform operations on the file. The AFile handle is not a Windows file handle. The FileGetHandle will return the Windows file handle corresponding to the AFile file handle. That Windows file handle can be used to call Windows functions.