statSync (oldPath); //Determine whether it is a folder or a file if (stat.isFile()) { fs.renameSync(oldPath, newPath); // rename file } else ...
確定! 回上一頁