Skip to content

Add fs.copyFile for copying files, using uv_fs_copyfile #14906

Description

@Daniel15

A new uv_fs_copyfile function recently landed in libuv in order to allow more efficient copying of files (in the future, it could allow copy-on-write semantics on file systems that support it). A copyFile function that uses this should be added to Node.js. 😃

Depends on upgrade to libuv 1.14.0 (#14866)

Metadata

Metadata

Assignees

Labels

feature requestIssues requesting new Node.js features.fsIssues and PRs related to file-system APIs and the fs module.libuvIssues and PRs related to the libuv dependency or the uv binding.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions