'Declaration
Public Function New( _ ByVal basePath As BrowsePath _ )
'Usage
Dim basePath As BrowsePath Dim instance As New BrowsePathParser(basePath)
public BrowsePathParser( BrowsePath basePath )
public: BrowsePathParser( BrowsePath^ basePath )
Parameters
- basePath
- The base path for relative input paths. null if none given.