Renames file stored in the current archive file.
function RenameFile(OldName, NewName: String): Boolean;
Description
Call RenameFile to rename file stored in the open archive. RenameFile returns True if file was successfully renamed, otherwise it returns False.
OldName parameter specifies file to be renamed.
NewName specifies new name for the file.
|