Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages | Examples

pathops.c File Reference


Detailed Description

File system path operations.

 *
 * $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.


© 2000-2006 by egnite Software GmbH - visit http://www.ethernut.de/