-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
docs: Dirent definition doesn't tell me anything useful about Dirent #25595
Comments
There are some |
Would the documentation be more useful if it contained the words "directory entry"? |
@vsemozhetbyt I don't think the best way to explain a concept to someone reading documentation is to leave it up for interpretation based on the API. @cjihrig Sure, and perhaps also a definition for what a "directory entry" is. |
@mmmeff Directory Entry is basically the mapping of the filename to its inode, the inode contains all the data of the file except its name and the actual data in the file if no one is working on this I can give a try |
Fixes: nodejs#25595 subdirectory updated def
Is this issue solved? |
@HassanRazaMuhammadTufail There is #32791, which will fix this issue – I’ll remove the |
Fixes: #25595 subdirectory updated def PR-URL: #32791 Reviewed-By: Anna Henningsen <[email protected]>
Fixes: #25595 subdirectory updated def PR-URL: #32791 Reviewed-By: Anna Henningsen <[email protected]>
Fixes: #25595 subdirectory updated def PR-URL: #32791 Reviewed-By: Anna Henningsen <[email protected]>
Fixes: #25595 subdirectory updated def PR-URL: #32791 Reviewed-By: Anna Henningsen <[email protected]>
Fixes: #25595 subdirectory updated def PR-URL: #32791 Reviewed-By: Anna Henningsen <[email protected]>
Fixes: #25595 subdirectory updated def PR-URL: #32791 Reviewed-By: Anna Henningsen <[email protected]>
Link: https://nodejs.org/api/fs.html#fs_class_fs_dirent
After clicking the link to this definition from the
fs
section onreadDir
, it seems circular and not at all helpful. After reading the definition, I still have no idea what aDirent
is.The text was updated successfully, but these errors were encountered: