Structs§
Enums§
- Fchmodat
Flags - Flags for
fchmodat
function. - Utimensat
Flags - Flags for
utimensat
function.
Functions§
- File
Stat ⚠ - fchmod
- Change the file permission bits of the file specified by a file descriptor.
- fchmodat
- Change the file permission bits.
- fstat
- fstatat
- futimens
- Change the access and modification times of the file specified by a file descriptor.
- lstat
- mkdirat
- mknod
- Create a special or ordinary file, by pathname.
- mknodat
- Create a special or ordinary file, relative to a given directory.
- stat
- umask
- utimensat
- Change the access and modification times of a file.
- utimes
- Change the access and modification times of a file.