class FileSystem::FileSystemEntry

Direct Known Subclasses

Defined in:

app/filesystem.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(real_path : String, file_info : File::Info) #

[View source]

Instance Method Detail

def basename : String #

[View source]
def directory? #

[View source]
def each_file(&block : FileSystemEntry -> ) #

[View source]
def file_info : File::Info #

[View source]
def icon : String #

[View source]
def mime : String #

[View source]
def modification_time #

[View source]
def path : String #

[View source]
def real_path : String #

[View source]
def size : UInt64 #

[View source]
def to_s(io) #

[View source]
def type #

[View source]