I am currently trying to read some files with the fs module for node.js. Since it lacks the function that I used (fseek (), getline () ...), I create another module to return them. (a node.js copy of C stdio.h).
My simple question is:
Does search () exist in some other name, or do I need to reinstall almost every function in order to have it?
source share