How to manage file in Jedox with groovy/java(or natively) without java.nio or java.io librairies?

182 views Asked by At

I have to manipulate file in Jedox on cloud instance and they brutaly blocked java.io and java.nio libraries.

I want to create a simple directory/create file/move file and I can't.

Is there any other library or just native function that handle this type of task in java/groovy ? Is it possible to do it natively in jedox if you can't do it by coding anymore ?

0

There are 0 answers