diff --git a/lib/system.nim b/lib/system.nim index 710bf312fe..92c5e009f9 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -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!