Category:

File related

Checks whether a file exists.

Syntax

file_exists(
  FileName String
): Boolean

Parameters

FileName is the full path to the file.

Return value

Type: Boolean. Returns True if the file exists, and False otherwise.

Examples of using

file_exists(dataset_field_val(1, 'FileName'))
file_exists('c:\My Files\reports.accdb')