Open Multiple Data Files Recursively
I would like to find some code that will open files in a Windows directory recursively.Let say my path is: c:\charlie\dataI want JMP to find all the *.txt files in this and lower directories and open them all.Ultimately I will merge them but for now I just want to open them all.I have tried (with no luck):path = "C:\charlie\data\data1";file_list = Files in Directory("C:\charlie\data\data1");for (...