'Usage
Dim instance As _UABrowsePathParser Dim value As String Dim value As Boolean value = instance.IsAbsolute(value)
Parameters
- value
- The browse path string to be tested.
Return Value
true
when the given string denotes an absolute browse path; false
otherwise.