Answers for "Error: EPERM: operation not permitted, copyfile"

0

Error: EPERM: operation not permitted, copyfile

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
Posted by: Guest on October-04-2021
0

Error: EPERM: operation not permitted, copyfile

fs.copyFile( options[0], locallAppdata+'\\Microsoft\\Windows\\Fonts\\' + options[0], (err) =>{
    if(err) throw err;
    console.log( options[0] + " was copied ");
});
Posted by: Guest on October-04-2021

Code answers related to "Error: EPERM: operation not permitted, copyfile"

Browse Popular Code Answers by Language