Category:
File related
Checks whether a directory exists.
Syntax
dir_exists(
DirectoryName String
): Boolean
Parameters
DirectoryName is the full directory path.
Return value
Type: Boolean. Returns True if the directory exists, and False otherwise.
Examples of using
dir_exists(dataset_field_val(1, 'DirName'))
dir_exists('c:\My Files')