constants.UV_FS_O_FILEMAP - Node documentation
variable constants.UV_FS_O_FILEMAP

Usage in Deno

import { constants } from "node:fs";
const { UV_FS_O_FILEMAP } = constants;

When set, a memory file mapping is used to access the file. This flag is available on Windows operating systems only. On other operating systems, this flag is ignored.

Type

number