AbstractOperatingSystem.st
changeset 21786 dfddb871eb11
parent 21611 db5d6957eff0
child 21805 5ce0a350e898
--- a/AbstractOperatingSystem.st	Tue May 30 21:37:14 2017 +0200
+++ b/AbstractOperatingSystem.st	Wed Jun 07 17:21:46 2017 +0200
@@ -3060,10 +3060,12 @@
 !
 
 removeFile:fullPathName
-    "remove the file named 'fullPathName'; return nil if successful, an OSErrorHolder on errror.
+    "remove the file named 'fullPathName'; return nil if successful, an OSErrorHolder on error.
      This is a lowLevel entry - use Filename protocol for compatibility."
 
     self subclassResponsibility
+
+    "Modified (comment): / 07-06-2017 / 17:16:20 / mawalch"
 !
 
 renameFile:oldPath to:newPath