class

Cosmo::Intrinsic::FileLib::Append

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

Appends to the end of 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