ulivz / node-fs-promise

Extension for fs module of node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-fs-promise

Extension for fs module of node.js

API

getFileList(path)

Get File List

  • path<String>
  • return<Promis(Array)>

readFile(path)

  • path<String>
  • return<Promise(String)>

writeFile(path)

  • path<String>
  • return<Promise(String)>

del(path)

  • path<String>
  • return<Promise(String)>

changeFile(path, handle)

  • path<String>
  • handle<Function(String)>
  • return<Promise(String)>

About

Extension for fs module of node.js


Languages

Language:JavaScript 100.0%