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.