Extend description of fmWrite

Add "Existing files will be cleared!" like in fmReadWriteExisting. 
Behavior tested under Linux.
This commit is contained in:
Simon Krauter
2017-11-01 17:06:17 +01:00
committed by GitHub
parent da6fe6ffd9
commit 95ec32d124

View File

@@ -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!