FILE_NAME
Description
Returns the name of the specified file or document without the extension
Parameters
An expression returning a string identifying a file or directory name or an attribute of the Document type
Example
DISPLAY MESSAGE ('File name is ' + FILE_NAME('c:/myfile.txt'))