class

Cosmo::Intrinsic::FileLib::Write

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

Overwrites all contents 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