Skip to main content
Module

x/fresh_seo/src/deps.ts>ensureFile

Create Sitemap for your next Fresh project.
Go to Latest
function ensureFile
import { ensureFile } from "https://deno.land/x/fresh_seo@0.1.0/src/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