跳至主要內容

芒果凍布丁2026/4/18小於 1 分鐘

move

將多個檔案移動到另一個位置。

語法
move(source: string, target: string): void
範例
// 這將把 old/source.txt 移動到 new/target.txt
FilesJS.move('old/source.txt', 'new/target.txt');
最近更新:
貢獻者: EvanHsieh0415