I'm interested in making my first native C/C++ addon for nodeJS.
Conceptually it's a filesystem method that acts on a path or a file descriptor and is closely related to fs.stat()
and friends.
From reading the documentation and looking at N-API examples I can't see whether it's possible or definitely impossible to create a new method.
Does anybody know if this can be done or if I have to just make it standalone?