fs: add access() and accessSync()
fs.exists() and fs.existsSync() do not follow the typical error first callback convention. access() and accessSync() are added as alternatives in this commit. PR-URL: https://github.com/joyent/node/pull/8714 Reviewed-by:Trevor Norris <trev.norris@gmail.com>
parent
1fad3730
Please register or sign in to comment