From 52eba5b5422391eaf24d3f1cd3f68b3744488e66 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Fri, 4 Sep 2020 11:06:03 -0700 Subject: [PATCH] doc: add missing copyFile change history PR-URL: https://github.com/nodejs/node/pull/35056 Reviewed-By: Rich Trott --- doc/api/fs.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/api/fs.md b/doc/api/fs.md index 2ced14c5b49aca..d481e7e4a4d442 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1579,6 +1579,11 @@ operations. The specific constants currently defined are described in ## `fs.copyFile(src, dest[, flags], callback)` * `src` {string|Buffer|URL} source filename to copy @@ -1629,6 +1634,11 @@ fs.copyFile('source.txt', 'destination.txt', COPYFILE_EXCL, callback); ## `fs.copyFileSync(src, dest[, flags])` * `src` {string|Buffer|URL} source filename to copy @@ -4848,6 +4858,11 @@ upon success. ### `fsPromises.copyFile(src, dest[, flags])` * `src` {string|Buffer|URL} source filename to copy