Functions

FILENAME

Returns the file name without directory as a string.

Syntax

string FILENAME(string fileName)

Example

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

Will return 'myfile.ext'.