Table of Content
HAL Forum
Introduction
What is HAL?
Get Started
Language Reference
Declarations, assignments and statements
Keywords and operations
Tutorials
Change a window
Find the window
Modify the window
Create a report
HAL Primitives
HAL Procedures/Functions
HAL Discussions
function Integer
RenameFile
(
string
fileA
,
string
fileB
)
Description:
Rename file. Returns zero if renaming completed successfuly
Parameters:
fileA
File to be renamed.
fileB
Destination file name.
if (RenameFile("Attach\\" & Attach2r.SerNr,"Attach\\" & Attachr.SerNr)==0) then begin end;
Related topics:
««