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