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

doc: clarify fs.link and fs.linkSync arguments #9145

Closed

Commits on Oct 19, 2016

  1. doc: clarify fs.link and fs.linkSync arguments

    Clarifies documentation by replacing the argument names `srcpath`
    and `dstpath` with more descriptive `existingPath` and `newPath`,
    reflecting how POSIX describes `link()`.
    kemitchell committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    5618ae2 View commit details
    Browse the repository at this point in the history
  2. fs: clarify fs.link and fs.linkSync arguments

    Updates the argument names `srcpath` and `dstpath` to match the more
    descriptive `existingPath` and `newPath` in the documentation.
    kemitchell committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    ecacc61 View commit details
    Browse the repository at this point in the history