Training
×

23. File handling

INtime‘s file handling API introduces a file object that acts as the interface between an application and a data file or certain devices.
File handling thus is a separate API below the standard I/O system of C/C++. It allows more fine-grained control and access to files and devices including asynchronous I/O operation.