Gets the file extension.

Syntax

Smartsite SXML CopyCode image Copy Code
string filesystem.getfileextension(string fileName)

Parameters

Name Data Type Description
fileName String Name of the file.

Return Value

Data Type Description
String The file extension

Expand image Example

SXML