FileSystemClient provides a simple interface to a FileSystemServer.
FileSystem::Result deleteFile(const char *path) const
Remove a file from the file system.
int unlink(const char *path)
Remove a file from the filesystem.
#define ESUCCESS
Reports a success operation.
C int errno
The lvalue errno is used by many functions to return error values.
sint off_t
Used for file sizes.
Result
Result code for filesystem Actions.