.openFile.bexy: Function to open a file and generate error message if it was not found
Description
Function to open a file and generate error message if it was not found
Usage
.openFile.bexy(path, files, patterns)
Arguments
- path
A file path.
- files
A vector of character strings corresponding to file names found in the path.
- patterns
A vector of patterns to search for within 'files'.