Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Implement all the modes #1

Closed
sindresorhus opened this issue May 10, 2015 · 1 comment
Closed

Implement all the modes #1

sindresorhus opened this issue May 10, 2015 · 1 comment

Comments

@sindresorhus
Copy link
Owner

Currently only F_OK is implemented.

Docs: https://nodejs.org/api/fs.html#fs_fs_access_path_mode_callback

Not sure how to check if the process can read, write and execute the file. Maybe the require('fs').statSync().mode.

Help appreciated :)

@sindresorhus
Copy link
Owner Author

Nah, don't care. I don't support Node.js 0.10 anymore.

sindresorhus added a commit that referenced this issue Nov 1, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant