Skip to content

Commit

Permalink
doc: update fs flags documentation
Browse files Browse the repository at this point in the history
PR-URL: nodejs#48463
Fixes: nodejs#48452
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
  • Loading branch information
sinkhaha committed Jun 16, 2023
1 parent 3c35cd4 commit 0d725d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/fs.md
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 0d725d6

Please sign in to comment.