Category:
File related
Extracts file name (with extension) from a full file path.
Syntax
extract_file_name(
FileName String
): String
Parameters
FileName is the full path to the file.
Return value
Type: String.
Examples of using
extract_file_name(dataset_field_val(1, 'FileName'))
extract_file_name('c:\My Files\reports.accdb')