#DOCUMENTATION by mawalch
authormawalch
Wed, 07 Jun 2017 17:21:46 +0200
changeset 21786 dfddb871eb11
parent 21782 05d815aaf51d
child 21787 563d52afa679
#DOCUMENTATION by mawalch class: AbstractOperatingSystem class comment/format in: #removeFile:
AbstractOperatingSystem.st
--- 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