Skip to main content
lstatSync - fs - Node documentation
variable lstatSync

Usage in Deno

import { lstatSync } from "node:fs";

Synchronous lstat(2) - Get file status. Does not dereference symbolic links.

Type