Documentation Center

HTTPTools.fileExists

Description

Send a HTTP HEAD request to check if a file exists.

Syntax

HTTPTools.fileExists (xmlURL : String) : Boolean

Arguments

xmlURL
String. The URL to check.

Return Value

Boolean. true when the server responds with a 200-range status.