Previous Topic: LPCTSTR GetMovePathName(void) const

Next Topic: LPCTSTR GetRenamePathName(void) const


LPCTSTR GetRemovePathName(void) const

Retrieves the name of the current RemovePath.

Owning Class

CaContext

Arguments

None

Return Value

RemovePath process name if set, empty string if empty

Example

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

More information: