4.1.11 File operations

The API functions below allow the application to create, copy, delete, and rename a file.

API function nameDescription
AIT_FileOpenOpens or creates the file.
AIT_FileCloseCloses the file.
AIT_FileGetLineAcquires data from the file.
AIT_FilePutLineWrites data into the file.
AIT_FileGetPosAcquires the position of the file pointer.
AIT_FileSetPosSets the file pointer at the specified position.
AIT_FileEOFChecks whether the file pointer is at the end of the file.
AIT_FileSizeAcquires the file size.
AIT_FileCopyCopies the file.
AIT_FileDeleteDeletes the file.
AIT_FileExistsChecks whether the file exists.
AIT_FileRenameRenames the file.
AIT_ChangeFileAttributeChanges the file attribute.
AIT_FindFirstFileFinds the first file.
AIT_FindNextFileFinds the next file.
AIT_FindCloseFileCloses the search handle.