Checks whether a file exists.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean filesystem.existsfile(string path)

Parameters

Name Data Type Description
path String The path.

Return Value

Data Type Description
Boolean True if the file exists

Expand image Example

SXML