Skip to content

fs: add access() and accessSync()

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/fs.access into v0.12

fs.exists() and fs.existsSync() do not follow typical node conventions. fs.access() and fs.accessSync() are added as alternatives in this commit.

This is the first part of #103 (closed). The second part is actually deprecating exists() and existsSync(). This PR is equivalent to https://github.com/joyent/node/pull/8714

Merge request reports

Loading