Paths to application resources
There are specific directories in the appdata path for application resources used by the DVM. Resources are defined in the GAS for these paths.
Starting with Genero 3.00, three new predefined resources have been added:
$(res.appdata.path)
/public- This is a public resource path for all applications. At dispatcher start up, the
public directory is created with write permissions (if it doesn't already
exists). It contains two subdirectories:
- common
- deployment
$(res.public.resources)
- This is a resource for public or common resources such as images used by applications. It resolves to $(res.appdata.path)/public/common
$(res.path.tmp)
- This is a resource where the GAS stores files temporarily during file transfer. It resolves to $(res.appdata.path)/tmp/$(dispatcher.name)