CurrentName (DirectoryNavigator - Java)

Read-only. The name of the current match to which the navigator is pointing

Note: This property is new with Release 8

Defined in

DirectoryNavigator

Data type

String

Syntax

To get: String getCurrentName()

Usage

This property will contain the name of the current match to which the directory navigator is pointing. It is updated by the findFirstMatch, findNextMatch and findNthMatch methods.

If the directory navigator was created with the lookupAllNames method, this property will be an empty string.