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. |
Re t u r n s
(table) A table containing the paths to all of the folders that were found. If no folders were found or the action fails, nil is returned. You can use Application.GetLastError to determine whether this action failed, and why.