Read resource file

1
Hi, From this post, https://docs.mendix.com/refguide4/java-in-the-cloud If i put a file under %PROJECT_DEPLOYMENT_DIR%/model/resources, what is the file url so i can open/load it?   is it %PROJECT_DEPLOYMENT_DIR%/model/resources/xxx   Thanks Shannon
asked
1 answers
4

Okay, i can have a java action to get the resource path

 

Core.getConfiguration().getResourcesPath().getAbsolutePath()

answered