struct File::Stat

Defined in:

file/stat.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Struct

==(other : self) : Bool ==, hash : Int32 hash, inspect(io : IO) : Nil inspect, pretty_print(pp) : Nil pretty_print, to_s(io) to_s

Instance methods inherited from struct Value

==(other) ==, dup dup

Instance methods inherited from class Object

!=(other) !=, !~(other) !~, ==(other) ==, ===(other : JSON::Any)
===(other : YAML::Any)
===(other)
===
, =~(other) =~, class class, dup dup, hash hash, inspect(io : IO)
inspect
inspect
, itself itself, not_nil! not_nil!, pretty_inspect(width = 79, newline = "\n", indent = 0) : String pretty_inspect, pretty_print(pp : PrettyPrint) : Nil pretty_print, tap(&block) tap, to_json(io : IO)
to_json
to_json
, to_pretty_json(indent : String = " ")
to_pretty_json(io : IO, indent : String = " ")
to_pretty_json
, to_s
to_s(io : IO)
to_s
, to_yaml(io : IO)
to_yaml
to_yaml
, try(&block) try, unsafe_as(type : T.class) forall T unsafe_as

Constructor methods inherited from class Object

from_json(string_or_io, root : String) : self
from_json(string_or_io) : self
from_json
, from_yaml(string_or_io) : self from_yaml

Constructor Detail

def self.new(filename : String) #

[View source]
def self.new(stat : LibC::Stat) #

[View source]

Instance Method Detail

def atime #

[View source]
def blksize #

[View source]
def blockdev? #

[View source]
def blocks #

[View source]
def chardev? #

[View source]
def ctime #

[View source]
def dev #

[View source]
def directory? #

[View source]
def file? #

[View source]
def gid #

[View source]
def ino #

[View source]
def inspect(io) #

[View source]
def mode #

[View source]
def mtime #

[View source]
def nlink #

[View source]
def perm #

permission bits of mode


[View source]
def pipe? #

[View source]
def pretty_print(pp) #

[View source]
def rdev #

[View source]
def setgid? #

[View source]
def setuid? #

[View source]
def size #

[View source]
def socket? #

[View source]
def sticky? #

[View source]
def symlink? #

[View source]
def uid #

[View source]