#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 27 Jun 2019 16:34:40 +0200
changeset 24379 852be153b0ec
parent 24378 c46855b3748f
child 24380 9951a2af279e
#DOCUMENTATION by cg class: Filename comment/format in: #mimeTypeOfContents
Filename.st
--- a/Filename.st	Thu Jun 27 15:21:58 2019 +0200
+++ b/Filename.st	Thu Jun 27 16:34:40 2019 +0200
@@ -5525,11 +5525,12 @@
      '/bläh' asFilename mimeTypeOfContents
      'C:\Dokumente und Einstellungen\cg\Favoriten\languages.lnk' asFilename mimeTypeOfContents
      'G:\A\A01.TOP' asFilename mimeTypeOfContents
+     '~/work/exept/expecco/plugin/labView/docs/labview_help_371361t/lvcomm.chm' asFilename mimeTypeOfContents
     "
 
     "Modified: / 06-11-2006 / 11:44:58 / cg"
     "Modified: / 06-02-2019 / 11:52:46 / Stefan Vogel"
-    "Modified (format): / 12-03-2019 / 16:07:33 / Claus Gittinger"
+    "Modified (comment): / 27-06-2019 / 16:34:25 / Claus Gittinger"
 ! !
 
 !Filename methodsFor:'queries-path & name'!