TCVcsIsFileArchived
Return to Introduction  Previous page  Next page
Check if the passed file is already archived

Delphi (TCIntf.pas)

function TCVcsIsFileArchived( FileName: String; var ID: Cardinal ): Boolean;  

Parameters

Name
Description
FileName
Full path to the local file
ID (Out)
If the file is archived, returns the ID of the file.


Return Value

True if the file is already archived.

Exported
 
function TCVcsIsFileArchived( pFileName: PChar; var ID: Cardinal ): Boolean; stdcall;  


 


© 1995-2018 MCN Software