mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
5 lines
74 B
JavaScript
5 lines
74 B
JavaScript
await IO.mv({
|
|
from: dirPath,
|
|
to: mp3Dir,
|
|
names: mp3Names,
|
|
});
|