Fremove

From Bennu Wiki
Jump to navigation Jump to search


Definition

INT fremove ( <STRING filename> )

Removes (deletes) files, from the bennu source code: files.c.

Parameters

STRING filename - The file to remove.

Returns

INT : true/false: the status result of the action.

true - The action was a success.
false - The action failed.