Skip to main content
Module

std/fs/mod.ts>ensureFileSync

Deno standard library
Go to Latest
function ensureFileSync
import { ensureFileSync } from "https://deno.land/std@0.146.0/fs/mod.ts";

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