Previous Topic: LPCTSTR GetViewType(void) const

Next Topic: CaMoveItem


bool IsItemPath(void) const

Returns a boolean value indicating whether this Item is a path or a file.

Owning Class

CaItem

Arguments

None

Return Value

boolean-true if item is a path; false if it is a file

Example

CaItem& rItem = rContext.GetViewPathItem(); bool bPath = rItem.IsItemPath();

More information: