Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/momentum/cli/global/mod.ts>FileInfo

Momentum is an open-source framework for building server-side Deno applications in TypeScript. It provides the paradigms and design patterns to guide developers to create robust, scalable, and enterprise-grade applications.
Latest
class FileInfo
Re-export
import { FileInfo } from "https://deno.land/x/momentum@v0.8.2/cli/global/mod.ts";

Constructors

new
FileInfo(data?: Partial<FileInfo>)

Properties

readonly
exists: boolean
readonly
isDirectory: boolean
readonly
isFile: boolean
readonly
pathAbsolute: string
readonly
pathRelativeToUserDirectory: string