If the user had not defined UGII_CAE_POST_TEMPLATE_USER_DIR as a Env Variable in the machine, then what is the default value of Env Variable UGII_CAE_POST_TEMPLATE_USER_DIR ?
Solution
When the user doesn't specify the ENV variable in OS , then it is taken from ugii_env_ug.dat file inside "Installation directory/UGII folder" with the following content in this file.
UGII_CAE_POST_TEMPLATE_USER_DIR=${HOME}\post_template_files
and the default value for Home
HOME=${TMP}
Hence it will take %TMP% location if user doesn't specify intentionally.
Infact user is having the option to either set in OS or set in ugii_env.dat file.
Notes