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
- Host: GitHub
- URL: https://github.com/ulivz/node-fs-promise
- Owner: ulivz
- Created: 2017-04-09T06:33:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T16:29:45.000Z (about 6 years ago)
- Last Synced: 2025-02-01T23:12:37.818Z (8 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`