Does anyone know of a way I could set a timeout on a DirectoryExists() or FileExists() call in Lucee? We have files stored in Amazon EFS, and once in a while the file system is unreachable. A few pages in our web app check if certain files exist when the page loads, and if EFS is unreachable, the page won't load. The real fix will be figuring out why we sometimes can't connect to EFS, but being able to set a timeout on the FileExists() call would be helpful in the meantime