TCDVcsGetFileWorkingPath
Return to Introduction  Previous page  Next page
Returns the working path for the specified file.

Delphi (TCDirectIntf.pas)

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

Parameters

Name
Description
FileID
ID of the file.
FilePath (Out)
Returns the full path of the local file.


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

Since the working path of a file is based on the View and User, the same FileID can return different paths in different contexts. For more information on Views, refer to the main Team Coherence help file.

Exported

function TCDVcsGetFileWorkingPath( FileID: Cardinal; const pFilePath: PChar ): Integer; stdcall;  


 


© 1995-2018 MCN Software