Question
File and folder functions functions not working with csinterface
I tried running
app.project.file from csInterface.evalScript which returns null.
Even
File($.fileName) in jsx file doesn't work doesn't work either with .csInterface.evalScript
Setup
Jsx script path is added to manifest file under scriptPath.
Normal functions runs fine with csInterface.evalScript("myfunction()");
app.project.file and $.filename doesn't work. I suspect most of file and folder operations
thru csinterface doesn't work.
What is the workaround for this.?
