Go to the documentation of this file.
30 DEBUG(
"path = " << path);
39 buf->fromFileStat(&st);
The <sys/stat.h> header shall define the stat structure.
C int errno
The lvalue errno is used by many functions to return error values.
FileSystem::Result statFile(const char *path, FileSystem::FileStat *st) const
Retrieve status of a file.
FileSystemClient provides a simple interface to a FileSystemServer.
#define ESUCCESS
Reports a success operation.
#define DEBUG(msg)
Output a debug message to standard output.
int stat(const char *path, struct stat *buf)
Get file status.
#define ENOENT
No such file or directory.
Contains file information.
Result
Result code for filesystem Actions.