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

Usage in Deno

import { constants } from "node:fs";

Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O.

Type

number