'DeclarationPublic Function New( _ ByVal basePath As BrowsePath _ )
'UsageDim 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.