tmpdir
ErrorsCollection

tmpdir

Synthesised documentation from type/IO/Spec/Cygwin type/IO/Spec/Win32 type/IO/Spec/Unix

From type/IO/Spec/Cygwin

See Original text in context

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.

From type/IO/Spec/Win32

See Original text in context

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.

From type/IO/Spec/Unix

See Original text in context

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.