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