Back

Execute

Execute is used to call DS code from within a HTML app or WebView. It executes a code in a similar way as eval() but returns undefined.

app.Execute( js )

string - path to file or folder ( "/absolute/..." or "relative/..." )