struct FilesystemInfo

Defined in:

stdlib/filesystem.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(statfs : LibC::Statfs) #

[View source]

Instance Method Detail

def available : UInt64 #

Bytes available to non-privileged on disk


[View source]
def total : UInt64 #

Disk size in bytes


[View source]