fsexists

1.0.1 • Public • Published

fsexists

Wraps fs.access and fs.accessSync to provide fsexists.exists and fsexists.existsSync

install

npm install fsexists

use

require('fsexists').exists('/some/path', function(exists) {
    console.log('file', (exists ? 'exists' : 'does not exist'));
});

license

ISC

Package Sidebar

Install

npm i fsexists

Weekly Downloads

59

Version

1.0.1

License

ISC

Last publish

Collaborators

  • gildean