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