Script functions reference > Script functions in alphabetical order > S > StURIExist

StURIExist
Syntax
StURIExist(URL);
URL
Description
Checks whether a file at the specified URL exists. Can be used for StoryTeller protocols, for example dcresource:<id>, local:<id> etc, as well as HTTP, FTP, and File protocols.
Returns
1
0
Example
$validbool = StURIExist("dcresource:e16150ac-e5bf-434e");
OpenText StreamServe 5.6 Updated: 2013-03-01