Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ningen/mod.ts>Ningen#file

Simple ninja build generator
Latest
method Ningen.prototype.file
import { Ningen } from "https://deno.land/x/ningen@0.0.6/mod.ts";

Constructs a File object from the given filename. If {@code filename} is a relative path, uses {@code directory} as the root directory.

Parameters

filename: string