Skip to main content
Module

x/dext/deps/mod.ts>fs.ensureFileSync

The Preact Framework for Deno
Latest
function fs.ensureFileSync
import { fs } from "https://deno.land/x/dext@0.10.5/deps/mod.ts";
const { ensureFileSync } = 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 NOT MODIFIED. Requires the --allow-read and --allow-write flag.

Parameters

filePath: string