December 2014
Intermediate to advanced
424 pages
13h 26m
English
This chapter covers
As we’ve noted in previous chapters, Node’s core modules typically stick to a low-level API. This allows for various (even competing) ideas and implementations of higher-level concepts like web frameworks, file parsers, and command-line tools to exist as third-party modules. The fs (or file system) module is no different.
The fs module allows the developer to interact with the file system by providing
Read now
Unlock full access