fs.FSWatcher - Objects returned from fs.watch() are of this type.
fs.FSWatcher - Objects returned from fs.watch() are of this type.
FS Watcher Options
FS Watcher Options
File Append Options
File Append Options
File Encoding Options
File Encoding Options
File Input Options
File Input Options
File Input Options
File Input Options
File Watcher Options
File Watcher Options
File I/O is provided by simple wrappers around standard POSIX functions.
File I/O is provided by simple wrappers around standard POSIX functions. To use this module do require('fs'). All the methods have asynchronous and synchronous forms.
The asynchronous form always takes a completion callback as its last argument. The arguments passed to the completion callback depend on the method, but the first argument is always reserved for an exception. If the operation was completed successfully, then the first argument will be null or undefined.
When using the synchronous form any exceptions are immediately thrown. You can use try/catch to handle exceptions or allow them to bubble up.
File System Extensions
fs.ReadStream - ReadStream is a Readable Stream.
fs.ReadStream - ReadStream is a Readable Stream.
https://nodejs.org/api/stream.html#stream_class_stream_readable
fs.Stats (Stat Time Values) - Objects returned from fs.stat(), fs.lstat() and fs.fstat() and their synchronous counterparts are of this type.
fs.Stats (Stat Time Values) - Objects returned from fs.stat(), fs.lstat() and fs.fstat() and their synchronous counterparts are of this type.
0.1.21
fs.WriteStream - WriteStream is a Writable Stream.
fs.WriteStream - WriteStream is a Writable Stream.
https://nodejs.org/api/fs.html#fs_class_fs_writestream
File System Watcher Companion
File System Singleton
File System Singleton
Read Stream Companion
Write Stream Companion
fs package object