Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add file existence check in FileGetContents class
A check for file existence has been added to the FileGetContents class. Now, before file content is retrieved, the system will check whether the file exists. This reduces the likelihood of encountering a SqlFileNotReadableException.
- Loading branch information