-
Unable to create a system level text file
Hi,
I want to create a text file via after effects on a mac. I am using the code below but I don’t know what is going wrong as I am unable to create the folder. I have enabled Write and network access inside after effects. Please help.var scriptFolderPath = File($.fileName).path; //alert(scriptFolderPath)
var s = File(scriptFolderPath + "/testfile.txt");