Locate Method
Description
Resolves the specified relative file path and returns its absolute path.
Syntax
Visual Basic
Public Function Locate( _
   ByVal RelativePath As String _
) As String
Parameters
RelativePath
The relative path that you want to resolve according to the folder paths contained in the FolderOptions collection.
Remarks
If more than one folder in the collection matches the specified relative path, the first matching path in the list is returned.
Example
See Also