LiveCode BuilderOperatorsThereIsAFileOn this pageThereIsAFile Type operator Summary Check whether a file exists. Syntax there is a file <File> Description Returns true if a file exists at the requested path. Parameters NameTypeDescriptionFileAn expression that evaluates to a filesystem path.