Previous Topic: LPCTSTR GetNewItemName(void)

Next Topic: bool GetCreateOnBranch(void)


LPCTSTR GetClientDir(void)

Retrieves the current value of the client directory attribute.

Owning Class

CaRenameItem

Arguments

None

Return Value

LPCTSTR-current client directory value

Example

CaRenameItem& rRenameItem = rContext.GetRenameItem();
CaString szClientDirectory = rRenameItem. GetClientDir();

More information: