mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
Merge pull request #4985 from vlad1777d/patch-1
added description to fmWrite mode to be more exact
This commit is contained in:
@@ -2629,6 +2629,8 @@ when not defined(JS): #and not defined(nimscript):
|
||||
FileMode* = enum ## The file mode when opening a file.
|
||||
fmRead, ## Open the file for read access only.
|
||||
fmWrite, ## Open the file for write access only.
|
||||
## If the file does not exist, it will be
|
||||
## created.
|
||||
fmReadWrite, ## Open the file for read and write access.
|
||||
## If the file does not exist, it will be
|
||||
## created.
|
||||
|
||||
Reference in New Issue
Block a user