Documentation for method tmpdir assembled from the following pages:

Class: IO::Spec::Cygwin §

From IO::Spec::Cygwin

(IO::Spec::Cygwin) method tmpdir §

Defined as:

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

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

Class: IO::Spec::Unix §

From IO::Spec::Unix

(IO::Spec::Unix) method tmpdir §

Defined as:

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

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

Class: IO::Spec::Win32 §

From IO::Spec::Win32

(IO::Spec::Win32) method tmpdir §

Defined as:

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

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