LiveCode BuilderOperatorsThereIsADirectoryOn this pageThereIsADirectory Type operator Summary Check whether a directory exists. Syntax there is a directory <Directory> Description Returns true if a directory exists at the requested path. Parameters NameTypeDescriptionDirectoryAn expression that evaluates to a filesystem path.