OSXOperatingSystem.st
changeset 19817 b2aaa648f81d
parent 18279 6d7174763909
child 20637 a9b41f05ca91
--- a/OSXOperatingSystem.st	Fri May 13 13:38:28 2016 +0200
+++ b/OSXOperatingSystem.st	Fri May 13 13:38:44 2016 +0200
@@ -61,7 +61,9 @@
 caseSensitiveFilenames
     "return true, if the OS has caseSensitive file naming.
      On MSDOS, this will return false;
-     on a real OS, we return true."
+     on a real OS, we return true.
+     Be aware, that OSX can be configured to be either.
+     Also, that it actually depends on the mounted volume"
 
     "/ actually, this is wrong and depends on the mounted volume;
     "/ so we need a query for a particular directory (and/or volume).
@@ -133,9 +135,10 @@
 !OSXOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/OSXOperatingSystem.st,v 1.17 2015-04-24 08:18:41 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/OSXOperatingSystem.st,v 1.17 2015-04-24 08:18:41 cg Exp $'
+    ^ '$Header$'
 ! !
+