Visual Basic 6.0
Visual Basic 6.0
Example: Http.GetUrlPath method
Demonstrates theGetUrlPath method.
Chilkat Visual Basic 6.0 Downloads
Dim success As Long
success = 0
Dim http As New ChilkatHttp
Dim url As String
url = "https://example.com/folder/page?lang=en&sort=asc#section2"
Debug.Print http.GetUrlPath(url)
' Output:
' /folder/page