The tmpdir routine

Combined from primary sources listed below.

In class IO::Spec::Unix ( type/IO/Spec/Unix )§

See primary docmentation in context for method tmpdir.

method tmpdir§

method tmpdir(--> IO::Path:D)

Attempts to locate a system's temporary directory by checking several typical directories and environment variables. Uses current directory if no suitable directories are found.

In class IO::Spec::Win32 ( type/IO/Spec/Win32 )§

See primary docmentation in context for method tmpdir.

method tmpdir§

method tmpdir(--> IO::Path:D)

Attempts to locate a system's temporary directory by checking several typical directories and environment variables. Uses current directory if no suitable directories are found.

In class IO::Spec::Cygwin ( type/IO/Spec/Cygwin )§

See primary docmentation in context for method tmpdir.

method tmpdir§

method tmpdir(--> IO::Path:D)

Attempts to locate a system's temporary directory by checking several typical directories and environment variables. Uses current directory if no suitable directories are found.