Function Block BASENAME

The Function Block BASENAME returns the file name of a Unix file path.

Input

The input expects a Linux or Unix file path as a string. Here is an example:

/home/antcas/Documents/My Draft.v1.docx

Output

Returns the complete file name including the file extension.

From the above example:

My Draft.v1.docx