Function reference
Test to see if a folder exists.

FolderExist(‘foldername’)

Argument Description
String A string representing the folder name

Data type: Boolean
Returns true if the folder exists and false if it does not exist.

Example:

This expression returns It is there if the file exists – and returns Not found if the file does not exist.

If ( FolderExist(‘c:\myfolder’ , ‘It is there’ , ‘Not found’)

Last modified: 13 October 2025