📅  最后修改于: 2022-03-11 14:55:43.400000             🧑  作者: Mango
fs.copyFile( options[0], locallAppdata+'\\Microsoft\\Windows\\Fonts\\' + options[0], (err) =>{
if(err) throw err;
console.log( options[0] + " was copied ");
}); //I added file name to path destination