WebFile.URL
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Read-Only Property (As String )
![]() |
This property is only available for Web applications. |
The url to the file. Best used with System.GotoURL.
Example
The Downloading example project uses WebFile.URL to download the png test file that was opened in the WebApplication.Opening event. The code for the Static Download button is: