Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update API documentation concerning fs.readdir() #3657

Merged
merged 1 commit into from
Jan 5, 2019

Commits on Jan 5, 2019

  1. Update documentation concerning fs.readdir

    No order is implied via fs.readdir(). Different OS/filesystem combinations can give different results via readdir(3) which returns directory entries in traversal order (e.g., on macOS, HFS+ uses lexical order and APFS uses filename hash order).
    plroebuck authored Jan 5, 2019
    Configuration menu
    Copy the full SHA
    16100b9 View commit details
    Browse the repository at this point in the history