An open API service indexing awesome lists of open source software.

https://github.com/ulivz/node-fs-promise

Extension for fs module of node.js
https://github.com/ulivz/node-fs-promise

Last synced: 7 months ago
JSON representation

Extension for fs module of node.js

Awesome Lists containing this project

README

          

# node-fs-promise
Extension for fs module of node.js

## API

### getFileList(path)
Get File List

- `path`
- `return`

### readFile(path)

- `path`
- `return`

### writeFile(path)

- `path`
- `return`

### del(path)

- `path`
- `return`

### changeFile(path, handle)

- `path`
- `handle`
- `return`