ZBrushCentral

Environmental variables with ZScript

Hi all, is there a cross platform way of retrieving environmental variables with ZScript ?. specifically TMPDIR

Not directly. You’d need to write a DLL (e.g. using getenv() in C++), and call that from the zscript.

HTH,

what would the windose be for
unix
[ShellExecute,“env”]
?