Previous Topic: GetConcurrentMergeName Method

Next Topic: GetViewPath Method


GetClientPath Method

Retrieves the current CA Harvest SCM client path.

Syntax

object.GetClientPath()

Owning Class

CaWContext

Arguments

None

Return Value

A string that represents the Client path if set, empty string if empty.

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strClientPath = objContext.GetClientPath()

More information: