Filename.st
changeset 672 964a9e78398a
parent 671 53de87163ad5
child 844 8833550c4e01
--- a/Filename.st	Mon Dec 04 11:21:13 1995 +0100
+++ b/Filename.st	Mon Dec 04 11:25:22 1995 +0100
@@ -791,7 +791,7 @@
 
 remove
     "remove the file/directory - the argument must be convertable to a String.
-     Raise an error if not successful."
+     Raise an error if not successful.
      Use recursiveRemove in order to (recursively) remove non empty directories."
 
     |ok|
@@ -1595,5 +1595,5 @@
 !Filename class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.45 1995-12-04 10:21:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.46 1995-12-04 10:25:22 cg Exp $'
 ! !