mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
3 lines
72 B
JavaScript
3 lines
72 B
JavaScript
async function copy() {
|
|
await IO.copy(dirPath, mp3Dir, mp3Names);
|
|
}
|