Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/cli/js/file_info.ts>FileInfoImpl

A modern runtime for JavaScript and TypeScript.
Go to Latest
class FileInfoImpl
implements FileInfo
import { FileInfoImpl } from "https://deno.land/x/deno@v0.28.0/cli/js/file_info.ts";

Constructors

new
FileInfoImpl(_res: StatResponse)

Properties

private
readonly
_isFile: boolean
accessed: number | null
created: number | null
len: number
mode: number | null
modified: number | null
name: string | null

Methods

isDirectory(): boolean
isFile(): boolean