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