Skip to main content
Module

x/bob/deps.ts>fs.ensureFile

A static site generator for the dynamic web - develop with TSX and build with Deno
Latest
function fs.ensureFile
import { fs } from "https://deno.land/x/bob@v2.8.1/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