#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 24 Jan 2017 11:41:00 +0100
changeset 21276 a44b5531d0dc
parent 21275 73cdb6512e55
child 21277 a459cc59be62
#DOCUMENTATION by cg class: UnixFilename comment/format in: #fileType
UnixFilename.st
--- 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|