filename_value¶
FILENAME_VALUE - return the string of a filename whether it is a filename or inside a FILEOBJ
FILENAME = FILENAME_VALUE(FILENAME_OR_FILEOBJ)
Given a value which may be a FILENAME or a FILEOBJ object, return either the FILENAME or
the FULLPATHFILENAME field of the FILEOBJ object.