Retrieve file status
This module runs the stat command on files or directories.
(stat path)
path
The path of the file or directory to stat.
(stat "/etc/resolv.conf")
(socket? (stat (System/getenv "SSH_AUTH_SOCK")))