![]() |
Home |
|
RTFiles-32 APIsThe file system core implements RTFiles-32's native API, which consists of approximately 85 functions. Their prototypes are declared in header file Rtfiles.h and in Rtfiles.pas for Pascal. This API is completely documented in the RTFiles-32 Reference Manual and supports access to all of RTFiles-32's features. As an option, RTFiles-32 can emulate the Win32 API. The Win32 emulation is available by default if RTFiles-32 is used with RTTarget-32. With the Win32 API emulation, all run-time system functions for file I/O are made available automatically since they are implemented using operating system calls. Thus, both C++ and C style file I/O operations such as iostreams or fprintf can be used.
|