I m currently trying to read some files with fs module for node.js.
Since it lack a tot of the function I m used to (fseek(), getline()...), I m creating another module to get them back. (a node.js copy of C stdio.h).
My simple question is:
Does seek() exist in some other name or do I need to remplement almost every function to have it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…