Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/simple_utility/mod.full.ts>tmpPath

Useful snippet collection.
Go to Latest
function tmpPath
import { tmpPath } from "https://deno.land/x/simple_utility@v2.0.0/mod.full.ts";

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

Examples

Example 1

const path = tmpPath();

Returns

string