copy-folders
Version:
This's for copy and paste floder and its contents
26 lines (14 loc) • 579 B
Markdown
# copy-folders
- This's for copy and paste floder and its contents.
## API documentation:
- It's very simple and useful, it handle copy and paste floders easily.
## Installation
- Use the following command to install it:
- npm i copy-folders
## Using
- import copyDir from 'copy-folders';
// You'll pass to it the voices from using expo-speech
const handleCopy = copyDir();
copyDir('E:\\dir-to-copy-it-from','D:\\place-to-paste-it-to');
## What you'll have
- You'll finish copy and paste easily and faster.