findNthMatch (DirectoryNavigator - Java)

Positions navigator to nth match of the current name in the navigator.

Note: This method is new with Release 8

Defined in

DirectoryNavigator

Syntax

boolean findNthMatch(int n)

Parameters

int n

The number of the match at which to position the navigator, starting with 1.

Return value

boolean

True if a match was found in the navigator. False if no match was found.

Usage

Positions the directory navigator at the nth match for the current name.