-
Been fighting with a simple text load expression for hours
Hi there, I’m trying unsuccessfully to load a simple text from a file into the source of a text box in AE. I’ve tried many formulas and path syntax with no luck.
I’ve used the following syntax in the past and it has worked.
I’m using AE CC2014 on windows 8.1.
Any help would be greatly appreciated.myPath = "/d/SPMG/legal.txt";
try{
$.evalFile (myPath);
}catch(err){
"Not found."
}