Previous Topic: LPCTSTR GetClientMachine(void) const

Next Topic: CaTimeStamp& GetCreationTime(void) const


LPCTSTR GetClientPath(void) const

Returns the full path name for the version's checked out location.

Note: The returned LPCTSTR persists as long as the CA Harvest SCM version object is valid and in scope.

Owning Class

CaVersion

Arguments

None

Return Value

LPCTSTR-the client path

Example

CaVersion* pVersion = GetVersionById(iVersionId); 
LPCTSTR szPath pVersion->GetClientPath();

More information: