Standard File API
|
General File System Functions
|
|
| f_getversion | Get File System Version Number |
| f_initvolume | Initialize the Volume |
|
Drive Functions |
|
| f_mountdrive | Mount a Drive |
| f_format | Format the Drive |
| f_hardformat | Hard Format the Drive |
| f_getfreespace | Get Usage Information From a Drive |
| f_setlabel | Set the Label on a Volume |
| f_getlabel | Get the Label from a Volume |
|
Directory Functions |
|
| f_getcwd | Get Current Working Directory |
| f_mkdir | Make a Directory |
| f_chdir | Change Directory |
| f_rmdir | Remove a Directory |
|
File Access Functions |
|
| f_open | Open a File |
| f_close | Close a File |
| f_write | Write ro a File |
| f_read | Read from a File |
| f_seek | Set Position in a File |
| f_tell | Get Current File Position |
| f_eof | Check if at End of File |
| f_rewind | Move to Start of File |
| f_putc | Put a Character to a File |
| f_getc | Get a Character from a File |
|
File Control Functions |
|
| f_rename | Rename a File of Directory |
| f_delete | Delete a File or Directory |
| f_filelength | get the Current Length of a File |
| f_findfirst | Find a File or Directory in the Specified Path |
| f_findnext | Find Next File or Directory in the Specified Path |
| f_settimedate | Set the Time and Date on a File or Directory |
| f_gettimedate | Get the Time and Date from a File or Directory |
| f_setattr | Set the Attributes on a File or Directory |
| f_getattr | Get the Attributes from a File or Directory |
