Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 350 Bytes

TODO.md

File metadata and controls

12 lines (10 loc) · 350 Bytes

TODO:

New functions

  • fs.appendFile(filename, data, [options], callback)
  • fs.chmod(path, mode, callback)
  • fs.watchFile(filename, [options], listener)
  • fs.unwatchFile(filename, [listener])
  • fs.watch(filename, [options], [listener])

Implementation on existing functions

  • support of mode in mkdir
  • support of mode in writeFile