TMPDIR()

From Lianjapedia
Revision as of 13:33, 19 May 2014 by Yvonne.milne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Function to return the current temporary file directory location

Syntax

TMPDIR()

See Also

SET TMPDIR, SYS()

Description

The TMPDIR() function is used to return the current temporary file directory location.

Example

// envar Lianja Server only
? getenv([DB_TMPDIR])
? tmpdir()
set tmpdir to "C:\tmp\"
? tmpdir()