Application.TempDir (gb)
Static Property Read TempDir As String
自从 3.19
返回存储当前进程的临时文件的目录。
It's normally
/tmp/gambas.<user id>/<process id>
, but some beasts like
SystemD can change that.
On older versions of Gambas, File.Dir(Temp$())
can be used to get that directory.