Available on crate feature
fs only.Structs§
Enums§
- Fchmodat
Flags - Flags for
fchmodatfunction. - Utimensat
Flags - Flags for
utimensatfunction.
Functions§
- File
Stat ⚠ - fchmod
- Change the file permission bits of the file specified by a file descriptor.
- fchmodat
Non-Redox - Change the file permission bits.
- fstat
- fstatat
Non-Redox - futimens
- Change the access and modification times of the file specified by a file descriptor.
- lstat
- lutimes
Linux or Haiku or apple_targetsor FreeBSD or NetBSD - Change the access and modification times of a file without following symlinks.
- major
Linux - makedev
Linux - minor
Linux - mkdirat
Non-Redox - Create a directory at the path specified by
dirfdandpath. - mknod
- Create a special or ordinary file, by pathname.
- mknodat
Neither apple_targetsnor Redox nor Haiku - Create a special or ordinary file, relative to a given directory.
- stat
- umask
- utimensat
Non-Redox - Change the access and modification times of a file.
- utimes
- Change the access and modification times of a file.