Home |
The ISO 9660 File System Structure The exFAT File System Structure RTFiles-32 in Embedded Applications Structure of an RTFiles-32 Program RTFiles-32 APIs |
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. RTFiles-32 in Embedded Applications Structure of an RTFiles-32 Program Mounting Devices and Logical Drives
|