Previous Topic: LPCTSTR GetRemovePathName(void) const

Next Topic: LPCTSTR GetUserName(void) const


LPCTSTR GetRenamePathName(void) const

Retrieves the name of the current RenamePath.

Owning Class

CaContext

Arguments

None

Return Value

RenamePath process name if set, empty string if empty

Example

CaHarvest Harvest;
 CaContext& rContext = Harvest.GetContext();
CaString szName = rContext.GetRenamePathName();

More information: