I am trying to add a folder with a custom path to the Files of a package (and give it full access). This folder will can act as a "share" folder between the virtualized and host environments. However, I can not get it to work. In the documentation there is reference to cameyo using both "variablized" path names and the ability to use external variables with %%VARNAME%%. I have a path defined in the host as both SHAREDIR and CAMEYO_SHAREDIR. I have given full access to the following directories in the package's "Files" tab:
%SHAREDIR%
%%SHAREDIR%%
%CAMEYO_SHAREDIR%
%%CAMEYO_SHAREDIR%%
Should this work, and I'm just doing something wrong or am I going about this incorrectly? A batch file run from within the package is able to access both %CAMEYO_SHAREDIR% and %SHAREDIR%, but all changes to the directory are stored in VOS/%PackageName%/CHANGES and not in the host file.
I want the cameyo package to be a piece of a larger software package. Unfortunately, I will not be able to without the ability to link the virtual and host environments via a variable directory name.