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