Write to filesystem on Mendix environment

0
Hi!   Within a java action I’d like to temporarily write a file to the filesystem. While this work locally, it does not work on a Mendix environment (permission denied...).    Is there a specific folder where such operations are allowed?    Thanks!
asked
1 answers
1

You can use getTempPath() to get the path to the temporary files folder which I think is what you need.

https://apidocs.rnd.mendix.com/9/runtime/com/mendix/core/conf/Configuration.html#getTempPath()


I hope this helps.

answered