mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-21 12:00:44 +00:00
Extend description of fmWrite
Add "Existing files will be cleared!" like in fmReadWriteExisting. Behavior tested under Linux.
This commit is contained in:
@@ -2835,7 +2835,7 @@ when not defined(JS): #and not defined(nimscript):
|
||||
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.
|
||||
## created. Existing files will be cleared!
|
||||
fmReadWrite, ## Open the file for read and write access.
|
||||
## If the file does not exist, it will be
|
||||
## created. Existing files will be cleared!
|
||||
|
||||
Reference in New Issue
Block a user