class

Cosmo::Intrinsic::FileLib::Delete

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

Deletes the given file

Instance methods

arity

The amount of parameters this function will accept

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

Executes the function body, passing in args

Source