mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
async function move() {
|
|
await IO.mv({
|
|
from: dirPath,
|
|
to: mp3Dir,
|
|
names: mp3Names,
|
|
});
|
|
}
|