Learn R Programming

svMisc (version 0.9-60)

Sys.tempdir: Get the system temporary directory

Description

This function is deprecated in favor of systemDir("sysTemp")! 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()

Arguments

Value

  • A string with the path to the system temporary directory.

See Also

systemDir