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