* * $Log: fs.h,v $ * Revision 1.2 2005/08/05 11:28:25 olereinhardt * Corrected typo * * Revision 1.1 2005/02/05 20:37:18 haraldkipp * Peanut added * * *
File System I/O Control Codes | |
#define | FS_STATUS |
Obtain information about a specified file entry. | |
#define | FS_DIR_CREATE |
Create a new directory entry. | |
#define | FS_DIR_REMOVE |
Remove a previously created directory entry. | |
#define | FS_DIR_OPEN |
Open a directory stream. | |
#define | FS_DIR_CLOSE |
Close a directory stream. | |
#define | FS_DIR_READ |
Read the next directory entry. | |
#define | FS_FILE_STATUS |
Obtain information about an opened file. | |
#define | FS_FILE_DELETE |
Remove a previously created file. | |
#define | FS_FILE_SEEK |
Set a file pointer position. |