copy
複製檔案。
copy(source: string, target: string): void
source
string
target
// 這將複製 old/example.txt 到 new/example.txt FilesJS.copy('old/example.txt', 'new/');