Two types of tools are necessary to use your own file system with the HFS APIs. You must supply these tools:
Most exit programs correspond directly to APIs. For example, to allow applications to create directories in your file system, you must write an exit program that supplies the Create Directory function (CRTDR) for the Create Directory (QHFCRTDR) API. When an application calls an HFS API, the system routes the call to the appropriate exit program in the appropriate file system, according to the API's function and the file system name specified in the API's path-name parameter.
Note: The abbreviation CRTDR in the following illustration is the function name. See HFS Exit Programs for more information about function names.
Top | Hierarchical File System APIs | APIs by category |