Skip to main content
Module

x/papyrus_file/deps.ts

Transport for the Papyrus logger
Latest
import * as papyrusFile from "https://deno.land/x/papyrus_file@v1.0.0/deps.ts";

Enums

EndOfLine character enum

Functions

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.

Test whether or not the given path exists by checking with the file system

Moves a file or directory synchronously