To support environment variables in path of setting 'customTemplatePath' would make it easier to define absolute paths on different machines/platforms.
Variables definitions are platform dependent, e.g.
- Unix/Linux =>
$HOME
- Windows =>
%HOME%
- and
~ for the user's home directory on all systems
To support environment variables in path of setting 'customTemplatePath' would make it easier to define absolute paths on different machines/platforms.
Variables definitions are platform dependent, e.g.
$HOME%HOME%~for the user's home directory on all systems