AbstractOperatingSystem.st
branchjv
changeset 18054 56594a8c6b83
parent 18040 a11a12546f23
parent 15154 d9d1ecc99d79
child 18059 b882507b9fdf
--- a/AbstractOperatingSystem.st	Thu Apr 25 11:30:13 2013 +0100
+++ b/AbstractOperatingSystem.st	Fri Apr 26 15:26:55 2013 +0100
@@ -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 $'
 ! !