Skip to main content
Module

x/denoflow/deps.ts>ensureFile

Configuration as Code, use YAML to write automated workflows that run on Deno, with any Deno modules, Typescript/Javascript codes
Latest
function ensureFile
import { ensureFile } from "https://deno.land/x/denoflow@0.0.35/deps.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 NOTMODIFIED. Requires the --allow-read and --allow-write flag.

Parameters

filePath: string