FC_APPDATA - 4C Application specific directory for current user.
This will be ${APPDATA}/4C on WIN32 systems and ${APPDATA}/.4C on
Unix systems.
On Unix systems, you can change the default location of this directory
by adding an Env line for it in the XLCONFIG file.
In most cases this is not necessary,
but on systems where different users share the same home directory,
A line like the following may be useful
Env FC_APPDATA ${HOME}/${USER}
This will prevent permission problems and allow users to keep their own
data private.
All in all though, it is better not to have different users sharing the same
home directory.