Skip to main content
Module

x/getfiles/types.ts>FileInfoDetail

📂 Recursively get all files in a directory
Latest
interface FileInfoDetail
import { type FileInfoDetail } from "https://deno.land/x/getfiles@v1.0.0/types.ts";

Properties

isFile: boolean
isDirectory: boolean
size: number
fmtSzie: string
mtime: Date | null
atime: Date | null
birthtime: Date | null