This header includes constant definitions and function prototypes for file operations.None of these routines are implemented in the minimal C library.
- chmod
- Change the access mode of a file.
- fchmod
- Change the access mode of a file descriptor.
- stat
- Get statistics on a named file.
- lstat
- Get statistics on a named file without following symbolic links.
- fstat
- Get statistics on an open file by file descriptor.
- mkdir
- Create a directory.
- mkfifo
- Create a fifo.
- mknod
- Create a special file.
- umask
- Get/set creation mode mask.
An implementation of stat, based on the COM interfaces, is the only function provided.