|
movefile
| Format:
movefile (from,to) |
Purpose:
Moves a file from one location to another location.
The parameters from and
to are filenames
and must be of type string.
If the file denoted by
to exists, it is overwritten.
Return Values:
Returns 0 on success, -1 on failure.
Configuration:
The function is not allowed in secure mode.
See Also:
copyfile(), deletefile(), directory(), mkdir(), readFileLines(), stat(), writefile.
This page was dynamically generated by
heitml
© 1996-2009 H.E.I. All Rights Reserved
|