struct Novika::Resolver::Disk::InfoPresence

Overview

Represents the presence of the requested file system entry (directory, file, or symlink) at #path. Also holds its File::Info object, #info.

See info?.

Defined in:

novika/resolver.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : Path, info : File::Info) #

Instance Method Detail

def clone #

def copy_with(path _path = @path, info _info = @info) #

def info : File::Info #

def path : Path #