How do I delete a file with node.js?
http://nodejs.org/api/fs.html#fs_fs_rename_oldpath_newpath_callback
I don't see a remove command?
I think you want to use fs.unlink.
fs.unlink
More info on fs can be found here.
fs
2.1m questions
2.1m answers
60 comments
57.0k users