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