Sys.tempdir {svMisc}R Documentation

Get the system temporary directory

Description

Sys.tempdir() retrieves the system temporary directory, which is usually /tmp under Unix, but could be located elsewhere, especially under Windows. It is simply the root directory of tempdir().

Usage

Sys.tempdir()

Value

A string with the path to the system temporary directory.

Author(s)

Philippe Grosjean <phgrosjean@sciviews.org>

See Also

Sys.userdir

Examples

Sys.tempdir()

[Package svMisc version 0.9-46 Index]