https://github.com/uriegel/extension-fs
Extensions to nodejs's fs
https://github.com/uriegel/extension-fs
cpp fs node-js
Last synced: 2 months ago
JSON representation
Extensions to nodejs's fs
- Host: GitHub
- URL: https://github.com/uriegel/extension-fs
- Owner: uriegel
- License: mit
- Created: 2019-04-07T19:55:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T19:46:37.000Z (over 6 years ago)
- Last Synced: 2025-01-04T06:41:42.369Z (over 1 year ago)
- Topics: cpp, fs, node-js
- Language: C++
- Size: 224 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ext-fs
Extensions to nodejs's fs
## Build steps
In Command line, enter
```npm install```
### Debugging
Build addon with the following command:
```npm install --debug```
Open ```dev/index.js``` and type ```F5```
Open Visual Studio and attach to process ```node.exe```
## TODO:
* Exceptions:
```
ThrowException(Exception::TypeError(String::New("This is an error, oh yes."))) return Undefined();
```
1. Code (Directory Not found, No authorization, ...)
2. Text
3. Stacktrace
* In README describe steps to access methods like ```getFiles```.
* Test: fileItem constructor, first item wstring data pointer -> results in Worker: is it the same pointer?