TCDVcsGetFileID
Return to Introduction  Previous page  Next page
Given a local path, returns the ID of the file in the repository.

Delphi (TCDirectIntf.pas)

function VcsGetFileID( var FileID: Cardinal; FilePath: String ): Integer;  

Parameters

Name
Description
FileID (Out)
If successful will contain the ID of the File object used to control the local file.
FilePath
Full path of the local file.


Return Value

Err_OK if successful or an error code indicating the error.

Exported

function TCDVcsGetFileIDvar FileID: Cardinal; pFilePath: PChar ): Integer; stdcall;  


 


© 1995-2018 MCN Software