Previous Topic: LPCTSTR GetClientPath(void) const

Next Topic: LPCTSTR GetInteractiveMergeName(void) const


LPCTSTR GetViewPath(void) const

Retrieves the current View path.

Owning Class

CaContext

Arguments

None

Return Value

View path if set, empty string if empty

Example

CaHarvest Harvest; CaContext& rContext = Harvest.GetContext(); CaString szPath = rContext.GetViewPath();