Fmove

From Bennu Wiki
Revision as of 13:53, 8 March 2012 by 82.74.128.190 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Definition

INT fmove ( <STRING source_file>, <STRING target_file> )

Renames files, from the bennu source code: files.c.

Parameters

STRING source_file - The source file.
STRING target_file - The target file.

Returns

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

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