#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Sun, 28 Jul 2019 11:30:40 +0200
changeset 24482 208f4f5ccba1
parent 24481 c70408eab4ad
child 24483 3a420774bbff
#DOCUMENTATION by exept class: Filename comment/format in: #fileSize
Filename.st
--- a/Filename.st	Sun Jul 28 05:07:49 2019 +0200
+++ b/Filename.st	Sun Jul 28 11:30:40 2019 +0200
@@ -4402,7 +4402,8 @@
 !
 
 fileSize
-    "return the size of the file in bytes"
+    "return the size of the file in bytes.
+     Returns 0 if it does not exist."
 
     |i|