[go: up one dir, main page]

Module stat

Module stat 

Source
Available on crate feature fs only.

Structs§

FileStat
Mode
“File mode / permissions” flags.
SFlag
“File type” flags for mknod and related functions.

Enums§

FchmodatFlags
Flags for fchmodat function.
UtimensatFlags
Flags for utimensat function.

Functions§

FileStat
fchmod
Change the file permission bits of the file specified by a file descriptor.
fchmodatNon-Redox
Change the file permission bits.
fstat
fstatatNon-Redox
futimens
Change the access and modification times of the file specified by a file descriptor.
lstat
lutimesLinux or Haiku or apple_targets or FreeBSD or NetBSD
Change the access and modification times of a file without following symlinks.
majorLinux
makedevLinux
minorLinux
mkdiratNon-Redox
Create a directory at the path specified by dirfd and path.
mknod
Create a special or ordinary file, by pathname.
mknodatNeither apple_targets nor Redox nor Haiku
Create a special or ordinary file, relative to a given directory.
stat
umask
utimensatNon-Redox
Change the access and modification times of a file.
utimes
Change the access and modification times of a file.

Type Aliases§

dev_t
mode_t