TCVcsRenameFile
Return to Introduction  Previous page  Next page
Renames the passed file

Delphi (TCIntf.pas)

function TCVcsRenameFile( FileID: Cardinal; NewName: String ): Integer;  

Parameters

Name
Description
FileID
ID of the file to be renamed
NewName
New name to assign to the file


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

Renames the file, specified by FileID to the NewName. This does not affect the local file.

Exported
 
function TCVcsRenameFile( FileID: Cardinal; pNewName: PChar ): Integer; stdcall;  


 


© 1995-2018 MCN Software