-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Closed
Labels
performanceIssues and PRs related to the performance of Node.js.Issues and PRs related to the performance of Node.js.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
Line 2068 in 606df7c
| if (CopyFileW(req->file.pathw, req->fs.info.new_pathw, overwrite) != 0) { |
It looks like copyFile is using the older CopyFile API instead of taking advantage of the async awaitable CopyFileEx API
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
performanceIssues and PRs related to the performance of Node.js.Issues and PRs related to the performance of Node.js.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.

