Functions

FILEEXTENSION

Returns the file extension as a string.

Syntax

string FILEEXTENSION(string fileName)

Example

FILEEXTENSION("C:\\mydir\\myfile.ext")

Returns '.ext'.