∙ Even if the setting to use CDBFS is performed, directory management can be partially performed with this library. In that case, you should always be careful about which directory management function you are using.
The advantages and disadvantages of using CDBFS are shown in Table 3.1.
Table 3.1 Pros and cons of using CDBFS
Advantages | Disadvantages |
|---|---|
-Host memory usage is low. | -CD-ROM access occurs |
| | -The CD buffer that the application can use is reduced by one section. |
| | -The file name cannot be used. |
The functions GFS_Init and GFS_LoadDir that read directory information return the number of directory information read as function values. When using CDBFS, the number is the number of directory information stored in CDBFS.
∙ An error will occur if the file name is used when the CDBFS current directory is set.