Find Method
Description
Finds the position of the specified object repository file.
Syntax
Visual Basic
Public Function Find( _
   ByVal ObjectRepositoryPath As String _
) As Long
Parameters
ObjectRepositoryPath
The shared object repository whose position you want to find.  You can specify a complete or relative path.
Return Type
This method returns -1 if the specified path is not found.
Example
See Also