Functions

FILENAMEWITHOUTEXTENSION

Returns the file name without extension as a string.

Syntax

string FILENAMEWITHOUTEXTENSION(string fileName)

Example

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

or

GETFILENAMEWITHOUTEXTENSION("myfile.ext")

Will return 'myfile'.