★ PROGRAMMER'S GUIDE ★ File system libraryList | Title | Function | Function Name | No |
List | Title | Function | Function Name | No |
List | Title | Function | Function Name | No |
gfs | : File handle |
off | : Access pointer movement amount (sector unit) |
org | : Movement criteria (seek mode: GFS_SEEK_ ~) |
List | Title | Function | Function Name | No |
List | Title | Function | Function Name | No |
TRUE | : The end of the file has been reached. |
FALSE | : The end of the file has not been reached. |
List | Title | Function | Function Name | No |
gfs | : File handle |
nbyte | : Number of bytes |
nsct = (nbyte + file sector length-1) / file sector length;
List | Title | Function | Function Name | No |
sctsize | : Sector length |
nsct | : Number of sectors (including last sector) |
lastsize | : Number of bytes occupied by file data in the last sector |
List | Title | Function | Function Name | No |
fid | : File identifier |
fn | : File number |
fsize | : File size (unit: bytes) |
atr | : File attributes |
List | Title | Function | Function Name | No |
★ PROGRAMMER'S GUIDE ★ File system library