TCDVcsMoveFile
Return to Introduction  Previous page  Next page
Physically moves a file and its history to a new folder..

Delphi (TCDirectIntf.pas)

function VcsMoveFile( SourceFileID, TargetFolderID: Cardinal ): Integer;  

Parameters

Name
Description
SourceFileID
The file to move
TargetFolderID
The ID of the folder to move the file to.


Return Value

Err_OK if successful or an error code indicating the error.

Exported

function TCDVcsMoveFile( SourceFileID, TargetFolderID: Cardinal ): Integer; stdcall;  


 


© 1995-2018 MCN Software