UnixOperatingSystem.st
changeset 17282 3e6b5f0df9e6
parent 17281 39e3141c7f21
child 17283 877a84a76a52
--- a/UnixOperatingSystem.st	Mon Jan 12 13:42:26 2015 +0100
+++ b/UnixOperatingSystem.st	Mon Jan 12 13:44:34 2015 +0100
@@ -11733,6 +11733,10 @@
 
 !UnixOperatingSystem::FileStatusInfo methodsFor:'private-accessing'!
 
+path:lP
+    path := lP.
+!
+
 type:t mode:m uid:u gid:g size:s id:i accessed:aT modified:mT statusChanged:sT path:lP numLinks:nL
     type := t.
     mode := m.
@@ -13673,11 +13677,11 @@
 !UnixOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.403 2015-01-12 12:42:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.404 2015-01-12 12:44:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.403 2015-01-12 12:42:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.404 2015-01-12 12:44:34 cg Exp $'
 ! !