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 RafaelGSS committed Jul 3, 2023
1 parent dbf9e9f commit e2d579e
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 e2d579e

Please sign in to comment.