Internal
Rest
...args: [OverlayOptions]Protected
addCreate the file at path
with mode
. Then, open it with flag
.
Create the file at path
with mode
. Then, open it with flag
.
Get metadata about the current file system
Opens the file at path
with flag
. The file must exist.
The path to open.
The flag to use when opening the file.
Opens the file at path
with flag
. The file must exist.
The path to open.
The flag to use when opening the file.
OverlayFS makes a read-only filesystem writable by storing writes on a second, writable file system. Deletes are persisted via metadata stored on the writable file system.