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