CurrentPath
(string) The current path being searched.
The callback function should return a boolean value (true or false) indicating whether the find operation should continue:
VALUE DESCRIPTION |
|
true |
Continue with the find operation. |
false |
Stop the find operation as soon as possible. |