mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-03 05:02:54 +00:00
3 lines
72 B
JavaScript
3 lines
72 B
JavaScript
async function move() {
|
|
await IO.move(dirPath, mp3Dir, mp3Names);
|
|
}
|