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

Usage in Deno

import { constants } from "node:fs";

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
Back to top