Can I read/write/execute this file/path?
Install
$ npm install --save cani
Usage
Node.js
var cani = ; if cani console;
Properties:
cani.read
-> Returns true
if readable else false
cani.write
-> Returns true
if writeable else false
cani.exec
-> Returns true
if executeable else false
License
MIT © Hemanth.HM