0.0.3 • Published 12 years ago

gocsp-fs v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
12 years ago

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()
0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago