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