enum Bindgen::FindPath::Kind
Overview
Kinds of file that we can distinguish.
Defined in:
bindgen/find_path/kind.crEnum Members
-
Directory =
0
-
File =
1
-
Executable =
2
Instance Method Summary
- #directory?
- #executable?
-
#exists?(path : String) : Bool
Returns
true
only if path exists and is of kindself
. - #file?