* * $Log: pathops.c,v $ * Revision 1.1 2005/02/05 20:35:21 haraldkipp * Peanut added * * *
Functions | |
int | access (CONST char *path, int what) |
Check the accessibility of a file. | |
long | lseek (int fh, long pos, int whence) |
Reposition a file pointer. | |
int | rmdir (CONST char *path) |
Remove a directory. | |
int | unlink (CONST char *path) |
Remove a file entry. | |
int | stat (CONST char *path, struct stat *s) |
Remove a directory. | |
int | fstat (int fh, struct stat *s) |
Remove a directory. | |
int | mkdir (CONST char *path, int mode) |
Create a directory entry. |