UnixFilename.st
changeset 21276 a44b5531d0dc
parent 19818 8e5bdaeed613
child 21292 21faad473411
child 22276 07e8e8a1bfbd
--- a/UnixFilename.st	Tue Jan 24 10:46:03 2017 +0100
+++ b/UnixFilename.st	Tue Jan 24 11:41:00 2017 +0100
@@ -143,13 +143,14 @@
 !UnixFilename methodsFor:'file queries'!
 
 fileType
-    "this returns a string describing the type of contents of
-     the file. This is done using the unix 'file' command,
+    "this returns a string describing the type of contents of the file. 
+     This is done using the unix 'file' command,
      (which usually is configurable by /etc/magic).
      Warning:
          Since the returned string differs among systems (and language settings),
          it is only useful for user-information; 
-         NOT as a tag to be used by a program."
+         NOT as a tag to be used by a program.
+         For this, use mimeType or mimeTypeOfContents."
 
     |typeString|