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 TeamCoherence help file.
Exported
| function TCDVcsGetFileWorkingPath( FileID: Cardinal; const pFilePath: PChar ): Integer; stdcall;
|
© 1995-2011 Quality Software Components Ltd