Commit 29449349 authored by Colin Ihrig's avatar Colin Ihrig Committed by Trevor Norris
Browse files

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: default avatarTrevor Norris <trev.norris@gmail.com>
parent 1fad3730
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment