18#include <FreeNOS/User.h>
26int open(
const char *path,
int oflag, ...)
FileSystemClient provides a simple interface to a FileSystemServer.
FileSystem::Result openFile(const char *path, Size &descriptor) const
Open a file.
#define ENOENT
No such file or directory.
int open(const char *path, int oflag,...)
Open file relative to directory file descriptor.
#define ESUCCESS
Reports a success operation.
C int errno
The lvalue errno is used by many functions to return error values.
unsigned int Size
Any sane size indicator cannot go negative.
Result
Result code for filesystem Actions.