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

x/smx/src/modules/utils/file.ts>getFileInfo

Manage and sync scripts, configs and templates between computers
Latest
function getFileInfo
import { getFileInfo } from "https://deno.land/x/smx@v0.6.0/src/modules/utils/file.ts";

Parameters

path: string

Returns

Promise<Deno.FileInfo | false>