You are reading help file online using chmlib.com
|
function RenameFile(const OldName, NewName: string): Boolean;
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.
You are reading help file online using chmlib.com
|