If I\'m calling fs.createWriteStream("app.log", { flags: "w" }) does it create a new "app.log" file if it doesn\'t exist. Otherwis
fs.createWriteStream("app.log", { flags: "w" })