Skip to main content
Module

x/simple_utility/mod.ts>tmpPath

Simplify processing for Deno.
Go to Latest
function tmpPath
import { tmpPath } from "https://deno.land/x/simple_utility@v2.0.10/mod.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