Skip to main content
constants.O_NOFOLLOW - fs - Node documentation
variable constants.O_NOFOLLOW

Usage in Deno

import { constants } from "node:fs";

Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link.

Type

number