#define RenameFile ( _oldname,
_newname,
_result   )     __renameFile(_oldname, _newname, _result)

Rename a file.

Rename a file from the old filename to the new filename. The loader param _result code is returned as the value of the function call. The filename parameters must be constants or variables.

Parameters:
_oldname The old filename.
_newname The new filename.
_result The function call result. See Loader module error codes.

Generated by  doxygen 1.6.2