From 44de2fac43276ad292aa96dfa5ca12cb421d45af Mon Sep 17 00:00:00 2001 From: Philippe Hebert Date: Fri, 5 Jan 2018 18:01:58 -0500 Subject: [PATCH] docs(README.md) Linked to fs-filesystem external library Added a link to the [fs-filesystem](https://github.com/arthurintelligence/node-fs-filesystem) external library for reference. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7dbb9f7..a29da8e 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,9 @@ If you like TypeScript, you can use `fs-extra` with it: https://github.com/Defin If you want to watch for changes to files or directories, then you should use [chokidar](https://github.com/paulmillr/chokidar). +### Obtain Filesystem (Devices, Partitions) Information + +[fs-filesystem](https://github.com/arthurintelligence/node-fs-filesystem) allows you to read the state of the filesystem of the host on which it is run. It returns information about both the devices and the partitions (volumes) of the system. ### Misc.