class Bindgen::FindPath::PathChecker

Overview

Checker for a PathCheck.

Defined in:

bindgen/find_path/path_checker.cr

Constructors

Instance Method Summary

Instance methods inherited from class Bindgen::FindPath::Checker

check(path : String) : Bool check

Constructor methods inherited from class Bindgen::FindPath::Checker

create(config, is_file) : Checker create

Constructor Detail

def self.new(config : PathCheck, is_file : Bool) #

[View source]

Instance Method Detail

def check(path : String) : Bool #

Checks path for existence.


[View source]