-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
Is your feature request related to a problem? Please describe.
Whenever I need to copy a directory to another destiny, I need to use an alternative library to do this.
Describe the solution you'd like
Add cp (Unix Name) method to fs, with the same utility of cp Unix, he can be like:
Parameters |
---|
src: PathLike |
dest: PathLike |
options: CpOptions |
Describe alternatives you've considered
Library npc and fs-extra.
darvesh, hyagihashi-cq and theoludwig
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.