How to set where VersIC puts its temp data?

Problem

I want to configure where VersIC places temporary data, how can I do this?

Solution

The VSC_TMP_DIR variable can be used to configure where VersIC puts temp data:

;;;----------------------------------------------------------------------------
;;; The VersIC temp directory
;;;
;;; Location of temp data used by VersIC
;;;
;;; VSC_TMP_DIR: Dynamic
;;;----------------------------------------------------------------------------
;;; VSC_TMP_DIR = strcat("/tmp/" getLogin() "-versic")

VSC_TMP_DIR is set in the 'versic.conf' file located under the path specified by the 'VSC_CONFIG_DIR' environment variable.