AbstractOperatingSystem.st
branchjv
changeset 18060 3708e12e9aa8
parent 18059 b882507b9fdf
parent 15249 2bd69ec163af
child 18071 009cf668b0ed
--- a/AbstractOperatingSystem.st	Tue May 21 21:58:09 2013 +0100
+++ b/AbstractOperatingSystem.st	Fri May 24 18:52:05 2013 +0100
@@ -2602,8 +2602,9 @@
 linkInfoOf:aPathName
     "return a dictionary filled with info for the file 'aPathName',
      IFF aPathName is a symbolic link.
-     If aPathName is invalid, or its NOT a symbolic link, nil is returned.
-     (which means, that systems like VMS or MSDOS always return nil here.)
+     If aPathName is invalid, nil is returned.
+     If aPathName is NOT a symbolic link, the #infoOf: aPathname itself is returned.
+     (which means, that systems like VMS or MSDOS always return the info here.)
 
      The contents of the dictionary gives info about the link itself,
      on contrast to #infoOf:, which returns the info of the pointed to file
@@ -7188,11 +7189,11 @@
 !AbstractOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.236 2013-05-05 13:44:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.237 2013-05-15 13:57:09 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.236 2013-05-05 13:44:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.237 2013-05-15 13:57:09 stefan Exp $'
 ! !