Изменить имя файла в node.js

console.log("Creating a new file...")
fs.writeFileSync("rohan.txt", text);
Noorulain Fatima