
The Function Block BASENAME returns the file name of a Unix file path.
The input expects a Linux or Unix file path as a string. Here is an example:
/home/antcas/Documents/My Draft.v1.docx
Returns the complete file name including the file extension.
From the above example:
My Draft.v1.docx