Skip to content

Commit

Permalink
doc: update fs flags documentation
Browse files Browse the repository at this point in the history
PR-URL: #48463
Fixes: #48452
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: LiviaMedeiros <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Mestery <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
  • Loading branch information
sinkhaha authored and pull[bot] committed May 7, 2024
1 parent a413304 commit 4ab70f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7973,6 +7973,9 @@ string.
* `'r'`: Open file for reading.
An exception occurs if the file does not exist.
* `'rs'`: Open file for reading in synchronous mode.
An exception occurs if the file does not exist.
* `'r+'`: Open file for reading and writing.
An exception occurs if the file does not exist.
Expand Down

0 comments on commit 4ab70f6

Please sign in to comment.