Open files using contains ()
Hi all, I am try to create a script that would go through directories to find the input file. However, some file names may have different characters. For example:My input in favorite fruit would be: OrangeExisting files from folder would be: Mark_Orange_Mango.jmp, Jane_Apple.jmp, John_Orange.jmpFiles that would open: Mark_Orange_Mango.jmp and John_Orange.jmp How can I open these files using conta...