exists

Navigation:  NxLib API > C++ Interface > NxLibItem >

exists

Previous pageReturn to chapter overviewNext page

Check whether an item with the corresponding path exists in the tree.

Signatures

Variants throwing exceptions on API errors:

bool exists() const

Variants returning API errors as int* parameter:

bool exists(int* returnCode) const

Parameters

returnCode

The error code returned when accessing the item.

Return Value

true, if the item exists, false otherwise.