HttpFileExists Procedure
Checks if a file or url exists. This is performed by doing a HEAD call to the provided URL.
Signature
HttpFileExists(Url: Text) : Boolean
Parameters
Url
Text
The url to check.
Returns
Boolean
true
if file exists (2xx Status code), otherwise false
.
This documentation is generated from Smart Toolbox v27.0