Returns the file name without directory as a string.
string FILENAME(string fileName)
FILENAME("C:\\mydir\\myfile.ext")
Will return 'myfile.ext'.