FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc,fs: update description of fs.stat() method by mertcanaltin · Pull Request #47654 · nodejs/node · GitHub

/ node Public

doc,fs: update description of fs.stat() method - #47654

Merged
nodejs-github-bot merged 5 commits into
nodejs:mainfrom
mertcanaltin:dev-4
Apr 23, 2023
Merged

doc,fs: update description of fs.stat() method#47654
nodejs-github-bot merged 5 commits into
nodejs:mainfrom
mertcanaltin:dev-4

Conversation

mertcanaltin commented Apr 21, 2023
edited
Loading

Copy link
Copy Markdown
Member

Hi as mentioned in the talk, fs.stat watches the symlinks, while fs.lstat looks at the symlinks themselves. For this reason, it is recommended to use fs.lstat in cases where symlinks themselves need to be looked at. Based on this information I added that you should use fs.stat or fs.lstat depending on the type of file

Fixes: #47633

nodejs-github-bot added doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system. labels Apr 21, 2023
mertcanaltin changed the title fs: update fs.stat description doc,fs: update description of fs.stat() method Apr 21, 2023
Comment thread doc/api/fs.md Outdated
Comment thread doc/api/fs.md Outdated

Copy link
Copy Markdown
Member Author

Thank you very much for the review and corrections. @RaisinTen

mertcanaltin and others added 2 commits April 21, 2023 09:51
Co-authored-by: Darshan Sen <raisinten@gmail.com>
Co-authored-by: Darshan Sen <raisinten@gmail.com>

RaisinTen left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

cc @nodejs/fs

RaisinTen added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. labels Apr 21, 2023
anonrig added the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 21, 2023
Comment thread doc/api/fs.md Outdated
Co-authored-by: Michaël Zasso <targos@protonmail.com>

Copy link
Copy Markdown
Member Author

@targos Thank you very much for your suggestion, I sent a commit

nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 23, 2023
nodejs-github-bot merged commit 511d40c into nodejs:main Apr 23, 2023

Copy link
Copy Markdown
Collaborator

Landed in 511d40c

targos pushed a commit that referenced this pull request May 2, 2023
PR-URL: #47654
Fixes: #47633
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
targos mentioned this pull request May 2, 2023
danielleadams pushed a commit that referenced this pull request Jul 6, 2023
PR-URL: #47654
Fixes: #47633
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
MoLow pushed a commit to MoLow/node that referenced this pull request Jul 6, 2023
PR-URL: nodejs#47654
Fixes: nodejs#47633
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

statSync fails in detecting link

9 participants


Back | FazBrowse Home | New Git URL