-
Use text from a .txt file
Hi,
I want to make 100 video’s with after effects. Each video is unique because the video is filled with personal data. To make the 100 video’s I want to use text from a .txt file. This works fine but… in the Expression I need a file path. But I don’t want to use a file path. (because I will automate the render batch)
Is it possible to link to a .txt file (ae project and .txt file are located in the same folder) in a after effects project without define the file path?
My Expression code I use now is:
if ($.os.indexOf(“Mac”) != -1)
filePath = “/Volumes/RAID1/jos/”;filePath += “textlist.txt”;
$.evalFile(filePath);
eval(thisComp.name);