class FileSystem::FileSystemDirectory

Defined in:

app/filesystem.cr

Constructors

Instance Method Summary

Instance methods inherited from class FileSystem::FileSystemEntry

basename : String basename, directory? directory?, each_file(&block : FileSystemEntry -> ) each_file, file_info : File::Info file_info, icon : String icon, mime : String mime, modification_time modification_time, path : String path, real_path : String real_path, size : UInt64 size, to_s(io) to_s, type type

Constructor methods inherited from class FileSystem::FileSystemEntry

new(real_path : String, file_info : File::Info) new

Constructor Detail

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

[View source]

Instance Method Detail

def add_entry(entry : FileSystemEntry) #

[View source]
def content : Array(FileSystemEntry) #

[View source]
def directory? #

[View source]
def each(&) #

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

[View source]
def to_s(io) #

[View source]
def type #

[View source]