Returns the file name without extension as a string.
string FILENAMEWITHOUTEXTENSION(string fileName)
GETFILENAMEWITHOUTEXTENSION("C:\\mydir\\myfile.ext")
or
GETFILENAMEWITHOUTEXTENSION("myfile.ext")
Will return 'myfile'.