Gets the name of the file, without any directory information.

Syntax

Smartsite SXML CopyCode image Copy Code
string filesystem.getfilename(string fullPath)

Parameters

Name Data Type Description
fullPath String The full path.

Return Value

Data Type Description
String The name of the file.

Expand image Example

SXML