Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Renames a file.
Syntax
public boolean fileRename(Filename _oldFilename, Filename _newFilename)
Run On
Client
Parameters
- _oldFilename
Type: Filename Extended Data Type
The file to rename.
- _newFilename
Type: Filename Extended Data Type
The new name of the file.
Return Value
Type: boolean
true if the file is renamed successfully; otherwise, false.