Skip to main content
Inspiring
November 2, 2021
Question

File and folder functions functions not working with csinterface

  • November 2, 2021
  • 0 replies
  • 117 views

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.?
 
    This topic has been closed for replies.