-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
expected behaviour of fs.constants.W_OKΒ #17508
Copy link
Copy link
Closed
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
7.x,8.x,9.xaccording to the documentation:
the description text reads as agnostic to the behaviour of the
pathexisting or not, however in practice, this only works if thepathexists:results in:
I am not certain if the intended functionality is what's accurately described, meaning this is a technical bug, or if the description is lacking in clarity.
Happy to help address either through PR, I believe this is a documentation problem, so wanted to be sure before.