Xojo Plugin
Xojo Plugin
Example: Http.GetUrlPath method
Demonstrates theGetUrlPath method.
Chilkat Xojo Plugin Downloads
Dim success As Boolean
success = False
Dim http As New Chilkat.Http
Dim url As String
url = "https://example.com/folder/page?lang=en&sort=asc#section2"
System.DebugLog(http.GetUrlPath(url))
// Output:
// /folder/page