Skip to content

system

luau
local system = require("@std/system")

WARNING

These APIs are still open to future evolution. In new major versions, they may change in backwards incompatible ways.

Summary

EntryDescription
tmpdirReturns the path of the system's temporary directory.

Functions and Properties

system.tmpdir

Returns the path of the system's temporary directory.

luau
() -> path.Path