Table of Contents

, , ,

FILE_EXISTS

Description

Checks if the specified file or directory exists

Parameters

An expression returning a string identifying a file or directory name

Example

IF FILE_EXISTS('c:/myfile.txt') = 'Yes' THEN DISPLAY MESSAGE ('File exists')