filename
Filename returns the base file name from a path, including the extension.
Filename returns the base file name from a path, including the extension.
Input
string
Parameters
None
Returns
string
Examples
{{ file_path | filename }}
{{ source | filename }}How is this guide?