October 2013
Intermediate to advanced
376 pages
9h 15m
English
CHAPTER 3
![]()
Using the File System
In many instances within an application, you will want to work with the file system. Node.js makes this straightforward by creating a wrapper around standard file I/O operations that are present on the operating system. In Node.js these capabilities are centered around one of the Node.js native modules, fs. This chapter will provide examples of how to utilize the file-system module in your Node.js application. In this chapter you will learn how to perform these actions:
Read now
Unlock full access