class: AbstractOperatingSystem
authorStefan Vogel <sv@exept.de>
Thu, 25 Apr 2013 13:22:42 +0200
changeset 15154 d9d1ecc99d79
parent 15153 445368176cf3
child 15155 e6df51948b20
class: AbstractOperatingSystem remove #primPathNameOf:
AbstractOperatingSystem.st
--- a/AbstractOperatingSystem.st	Thu Apr 25 11:23:16 2013 +0200
+++ b/AbstractOperatingSystem.st	Thu Apr 25 13:22:42 2013 +0200
@@ -2661,17 +2661,6 @@
     self subclassResponsibility
 !
 
-primPathNameOf:pathName
-    "return the pathName of the argument, aPathString,
-     - thats the full pathname of the directory, starting at '/'.
-     This method here returns nil, if the OS does not provide a
-     realPath library function.
-     Notice: if symbolic links are involved, the result may look different
-     from what you expect."
-
-    self subclassResponsibility
-!
-
 timeOfLastAccess:aPathName
     "return the time, when the file was last accessed.
      For nonexistent files, nil is returned."
@@ -7197,11 +7186,11 @@
 !AbstractOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.234 2013-03-23 11:47:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.235 2013-04-25 11:22:42 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.234 2013-03-23 11:47:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.235 2013-04-25 11:22:42 stefan Exp $'
 ! !