6.1 Synchronous Methods vs. async methods/85
6.2 Read/write to File/86
Full read/write of the 6.2.1 file/86
6.2.2 start reading/writing files from a specified location/91
6.3 Creating and Reading directories/97
6.3.1 Creating a Directory/97
6.3.2 Reading directory/98
6.4 Viewing and modifying a file or directory information/99
6.4.1 View information for a file or directory/99
6.4.2 checking whether a file or directory exists/101
6.4.3 get the absolute path of a file or directory/102
6.4.4 Modify file access time and modified time/103
6.4.5 Modify read/write permissions for a file or directory/104
6.5 Other actions that can be performed on a file or directory/105
6.5.1 moving files or directories/105
6.5.2 Creating a hard link to delete a file/106
6.5.3 Creating and viewing symbolic links/107
6.5.4 truncate file/110
6.5.5 Delete empty directory/111
6.5.6 monitoring files or directories/111
6.6 Using file streams/116
Basic concept of 6.6.1 flow/116
6.6.2 reading files using Readstream object/119
6.6.3 writing files using Writestream objects/121
6.7 Working with paths/127
6.8 Summary/134
node. js Authoritative Guide (6)-Manipulating file systems in node. js