Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sandbox/deps.ts>fs.ensureFile

🦕 Create a temporary sandbox directory which is removed when the instance is disposed
Go to Latest
function fs.ensureFile
import { fs } from "https://deno.land/x/sandbox@v1.1.0/deps.ts";
const { ensureFile } = fs;

Ensures that the file exists. If the file that is requested to be created is in directories that do not exist. these directories are created. If the file already exists, it is NOTMODIFIED. Requires the --allow-read and --allow-write flag.

Parameters

filePath: string | URL