move
將多個檔案移動到另一個位置。
move(source: string, target: string): void
source
string
target
// 這將把 old/source.txt 移動到 new/target.txt FilesJS.move('old/source.txt', 'new/target.txt');