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