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
1.4m articles
1.4m replys
5 comments
57.0k users