The absolute path of the new file with its name var filepath = "mynewfile.txt"; fs.writeFile(filepath, fileContent, (err) => { if (err) ...
確定! 回上一頁