I'm trying to write stuff to a text file, and when I do I get an error. Any way to fix this?
ExpressionException: access denied "java.io.FilePermission"
Can't write to file,access denied.
Re: Can't write to file,access denied.
The format sandbox does not allow you write files. You won't be able to write files in your format expression. What are you trying to do anyway?
Re: Can't write to file,access denied.
Honestly just screwing around with different things filebot can do, and this seems like something that could be useful.
Re: Can't write to file,access denied.
You can just write Groovy scripts for more advance scripting tasks: http://www.filebot.net/script.html
Re: Can't write to file,access denied.
CORRECTION: Looks like you will be able to write to your user home, application data folder and temporary files folder.
e.g.
e.g.
Code: Select all
{home/'json.txt' << json << '\n'}