FuseJS/FileSystem js Provides an interface to the file system. var FileSystem = require("FuseJS/FileSystem"); Using the asynchronous Promise based functions is recommended to keep your UI responsive, although synchronous variants are also available if preferred.