Category:
File related
Returns the last access date and time of a file.
Syntax
file_last_accessed(
FileName String
): DateTime
Parameters
FileName is the full path to the file.
Return value
Type: DateTime.
Examples of using
file_last_accessed(dataset_field_val(1, 'FileName'))
file_last_accessed('c:\My Files\reports.accdb')