cloudcmd/server/fixture-user-menu/io-mv-fix.js
2023-12-08 13:19:24 +02:00

3 lines
72 B
JavaScript

async function move() {
await IO.move(dirPath, mp3Dir, mp3Names);
}