Job Configuration > Expressions and Expression Functions > Expression Functions > File-System Functions
filename
Extracts the file name (without its extension) from a path.
filename(path as string) -> string
Name
Type
Description
path
string
Specifies the path to a file.
The following expression returns file:
filename("c:\temp\file.txt")