How to get path and save as .jmp
Hi. I am still new with JMP. I am greatly appreciate if anyone could help me with this problem. I want to open .csv file. Then get the path of that .csv file and then save that .csv file as .jmpI use:files = Open(); // from here i can open my .csv filefiles << get path; // tried to get the path using this code but this doesnt give me the path Anyone can please help me? Thank you so much