Checks whether a folder exists.

Syntax

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

Parameters

Name Data Type Description
path String The path.

Return Value

Data Type Description
Boolean True if the folder exists
SXML