gocsp-fs

0.0.3 • Public • Published

gocsp-fs

check examples for how to use it.

yield fs.stat(path)

yield fs.readFile(filename, [options])

yield fs.readLink(path)

yield fs.realpath(path, [cache])

yield fs.readdir(path)

yield fs.writeFile(filename, data, [options])

yield fs.appendFile(filename, data, [options])

yield fs.exists(path)

yield fs.readJSON(path)

yield fs.writeJSON(path, value, replacer, space)

todo

fs.mkdir()

Readme

Keywords

Package Sidebar

Install

npm i gocsp-fs

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • gyson