I am using After Effects and would like to made the AE Expressions script to read in text from an external .txt-file with relative path ? I used the code below but keeping on getting the error path not found:
try{
myPath = "../Grafiche/ePriceData.txt";
$.evalFile(myPath);
eval(thisComp.name)[index+1];
} catch(err){ err; }
Is there a way to use relative path in AE expressions for txt file ?
You can call the Project Path