Skip to main content
ImportMeta.filename - Node documentation
property ImportMeta.filename

Usage in Deno

import { type ImportMeta } from "node:module";

The full absolute path and filename of the current module, with symlinks resolved. This is the same as the url.fileURLToPath() of the import.meta.url. Caveat: only local modules support this property. Modules not using the file: protocol will not provide it.

Type

string