Find Method
Description
Returns the position of the specified item.
Syntax
Visual Basic
Public Function Find( _
   ByVal FolderPath As String _
) As Long
Parameters
FolderPath
The full path of the folder whose position you want to find.
Return Type

This method returns -1 if the specified folder item is not found.

Example
See Also