Script functions reference > Script functions in alphabetical order > U > URLExist

URLExist
Syntax
URLExist(strURL);
strURL
Description
Checks whether a file at the specified URL exists. Can be used for HTTP, FTP and File protocols.
Returns
1
0
Example
$validbool = URLExist("http://myusername:mypassword@myserver/file.txt");
OpenText StreamServe 5.6 Updated: 2013-03-01