Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/simple_utility/mod.ts>pathTmp

Simplify processing for Deno.
Go to Latest
function pathTmp
import { pathTmp } from "https://deno.land/x/simple_utility@v2.2.1/mod.ts";

System-wide temporary directory path for each OS. /tmp for UNIX and C:/Windows/Temp for Windows.

Examples

Example 1

const path = pathTmp();

Returns

string