# HG changeset patch # User mawalch # Date 1496848906 -7200 # Node ID dfddb871eb1156b474fa65ce871ff675a49c23ff # Parent 05d815aaf51d694187006fe02b9fbac17cd27cba #DOCUMENTATION by mawalch class: AbstractOperatingSystem class comment/format in: #removeFile: diff -r 05d815aaf51d -r dfddb871eb11 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