Function | Function |
|---|---|
GFS_Init | Library initialization and CD mounting process |
GFS_LoadDir | Load directory information |
GFS_SetDir | Set current directory |
GFS_NameToId | Convert file name to file identifier |
GFS_IdToName | File identifier → Convert file name |
GFS_GetDirInfo | Get directory information |
GFS_Reset | Reset file system |
Function | Function |
|---|---|
GFS_Open | Open file |
GFS_Close | Close file |
GFS_Seek | Move access pointer |
GFS_Tell | Get access pointer |
GFS_IsEof | Check if access pointer is at end of file |
GFS_ByteToSct | byte unit → sector unit conversion |
GFS_GetFileSize | Get file size |
GFS_GetFileInfo | Get file information |
GFS_GetNumCdbuf | Get CD buffer sector count |
Function | Function |
|---|---|
GFS_Fread | Reads data from the opened file. |
GFS_Load | Read data by specifying a file identifier. |