Java Action to Read Deployment

1
I want to maintain selenium scripts and to deploy them with the theme package because its the easiest and fastest. I'm putting them in %DEPLOYMENT%/web/selenium. I want a JA to read that folder so I can make a page for testers to retrieve the scripts. I can only read/write %DEPLOYMENT%/data/tmp. Is it possible to at least something in %DEPLOYMENT%/web using a JA? How can I get a listing of this folder in mendix? Thankyou.
asked
1 answers
0

No, you can't read that directory (or at least not from disk). You can put it in your resources directory, which you can reach via

Core.getConfiguration().getResourcesPath()
answered