import { ensureFile } from "https://dotland.deno.dev/x/dax@0.39.2/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.