TMPDIR()

From Lianjapedia
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()