JSL - opening files in the same folder
Hi all,I have 3 files in a folder that i'm working with.A = master datatableB = Source 1C = Source 2 I'm trying to write a script that can update information from B and C into A. How do I call up the datatables B and C without typing in the entire path of the file? Reason being there might be other people who will download this entire folder to use so I want the file path to be flexible. Thanks.