Skip to main content
Dir.prototype.path - fs - Node documentation
property Dir.prototype.path

Usage in Deno

import { Dir } from "node:fs";

The read-only path of this directory as was provided to opendir,opendirSync, or fsPromises.opendir().

Type

string