Pascal Scripting: RenameFile

Prototype:

function RenameFile(const OldName, NewName: string): Boolean;

Description:

Attempts to change the name of the file or directory specified by OldFile to NewFile. If the operation succeeds, RenameFile returns True. If it cannot rename the file (for example, if a file called NewName already exists), it returns False.