class

Cosmo::Intrinsic::FileLib::Directory

Inherits Cosmo::Intrinsic::IFunction / Cosmo::Callable / Reference / Object

Checks whether or not the given path exists and is a directory

Instance methods

arity

The amount of parameters this function will accept

Source
call(args : Array(ValueType)) : Bool

Executes the function body, passing in args

Source