I need to find a file somewhere in in the file system. I'll know the base folder to start looking for and the file name, but I'm not sure how to find it.
This would be dynamically done as part of the code, just like when using FileUtils or Dir.glob
.