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 ShowURL(WebFile.URL).
Example
The Downloading example project uses WebFile.URL to download the png test file that was opened in the App class’s Open event. The code for the Static Download button is: