Home |
The ISO 9660 File System Structure The exFAT File System Structure Benefits of the exFAT File System API Differences Between FAT and exFAT |
API Differences Between FAT and exFATRTFiles-32 presents an exFAT file system much like a FAT file system to the application. For example, function RTFFindFirstEx can return a FAT directory entry of a file. The same structure is also returned for files located on an exFAT volume even though exFAT uses a completely different structure. RTFiles-32 translates the exFAT format to the FAT format to allow applications to use a uniform API which does not depend on or change with the accessed file system. However, the following RTFiles-32 API functions may behave differently on exFAT volumes:
The exFAT File System Structure Benefits of the exFAT File System
|