node's fs module with some helpful additions.
npm install fire-fsnode's fs module with some helpful additions.
``js`
npm install fire-fs
`js``
var fs = require('fire-fs');
Check if a path exists, callback with a boolean parameter.
Check if a path exists and return the result.
Check if a path exists and is a directory, callback with a boolean parameter.
Check if a path exists and is a directory and return the result.