Extracts the file name and extension from a path.
filename-with-extension(path:string) -> string  | 
Name  | 
Type  | 
Description  | 
|---|---|---|
path  | 
string  | 
Specifies the path to a file.  | 
The following expression returns "file.txt":
filename-with-extension("c:\temp\file.txt")  |