Skip to main content
Log in

Mojo module

stat

Implements the stat module.

Aliases​

  • ​S_IFBLK = 24576: Bits that determine the block device.
  • ​S_IFCHR = 8192: Bits that determine the char device.
  • ​S_IFDIR = 16384: Bits that determine the directory.
  • ​S_IFIFO = 4096: Bits that determine the fifo.
  • ​S_IFLNK = 40960: Bits that determine the symlink.
  • ​S_IFMT = 61440: Bits that determine the file type.
  • ​S_IFREG = 32768: Bits that determine the regular file.
  • ​S_IFSOCK = 49152: Bits that determine the socket.

Functions​

Was this page helpful?